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.
21 lines
251 B
SCSS
21 lines
251 B
SCSS
.title {
|
|
&.is-4,
|
|
&.is-5,
|
|
&.is-6 {
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
&.with-headroom {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
&.with-subheading {
|
|
margin-bottom: 0.85rem;
|
|
}
|
|
|
|
&.with-flex {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
}
|