Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SSH_CSS = html.Style(`
#terminal {
min-height: 300px;
max-height: 50vh;
}
div.fillScreen {
position: fixed;
top: 0;
left: 0;
max-height: 100vh !important;
z-index: 100;
}
button.fillScreen {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 101;
}`)
View Source
var SSH_JS = html.JavaScript(sshJsRaw)
View Source
var XTERM_ADDON_FIT = html.JavaScript(xtermAddonFitRaw)
View Source
var XTERM_CSS = html.Style(xtermCssRaw)
View Source
var XTERM_JS = html.JavaScript(xtermJsRaw)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.