674da96a59
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.
9 lines
171 B
Handlebars
9 lines
171 B
Handlebars
<button
|
|
data-test-exec-button
|
|
type="button"
|
|
class="button exec-button is-outline is-small"
|
|
{{action "open"}}>
|
|
{{x-icon "console"}}
|
|
<span>Exec</span>
|
|
</button>
|