This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-nomad
Watch
2
Star
0
Fork
You've already forked open-nomad
0
Code
Issues
1
Pull requests
Packages
Releases
Wiki
Activity
0f07af68cc
open-nomad
/
ui
/
server
/
.eslintrc.js
6 lines
52 B
JavaScript
Raw
Normal View
History
Unescape
Escape
UI: add exec terminal (#6697) This connects Xterm.js to a Nomad exec websocket so people can interact on clients via live sessions. There are buttons on job, allocation, task group, and task detail pages that open a popup that lets them edit their shell command and start a session. More is to come, as recorded in issues.
2020-03-24 23:22:16 +00:00
module
.
exports
=
{
env
:
{
ui: fix auto-fixable linting errors
2021-12-28 14:45:20 +00:00
node
:
true
,
}
,
UI: add exec terminal (#6697) This connects Xterm.js to a Nomad exec websocket so people can interact on clients via live sessions. There are buttons on job, allocation, task group, and task detail pages that open a popup that lets them edit their shell command and start a session. More is to come, as recorded in issues.
2020-03-24 23:22:16 +00:00
}
;
Reference in a new issue
Copy permalink