diff options
author | Devaev Maxim <[email protected]> | 2021-04-17 15:41:05 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-04-17 15:41:05 +0300 |
commit | be012fd38d6f6f2d269dcbffd3aafe59a2a9a40c (patch) | |
tree | 0742bf1e2934f8d882e9e7b3c81360d7204285ee /web/kvm/window-webterm.pug | |
parent | 3a2ffcfd5c0591160333d1b347880f09eb2ee056 (diff) |
terminal window
Diffstat (limited to 'web/kvm/window-webterm.pug')
-rw-r--r-- | web/kvm/window-webterm.pug | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/kvm/window-webterm.pug b/web/kvm/window-webterm.pug new file mode 100644 index 00000000..e6c1d196 --- /dev/null +++ b/web/kvm/window-webterm.pug @@ -0,0 +1,8 @@ +div(id="webterm-window" class="window window-resizable" data-show-by-button="show-webterm-button" style="width: 640px; height: 480px") + div(class="window-header") + div(class="window-grab") Terminal + button(class="window-button-close") × + button(class="window-button-maximize") ☐ + // Терминал глючит из-за зажимаемой клавиши ESC для выхода + // button(class="window-button-full-screen") ⤢ + iframe(id="webterm-iframe" src="" style="width: 100%; height: 100%") |