One-KVM/web/kvm/window-webterm.pug

12 lines
525 B
Plaintext

.window.window-resizable#webterm-window(data-show-centered style="display: flex; min-width: 720px; min-height: 480px")
.window-header
.window-grab Terminal
.window-buttons
button.window-button-original •
button.window-button-maximize ☐
button.window-button-close #[b ×]
// Терминал глючит из-за зажимаемой клавиши ESC для выхода
// button(class="window-button-full-screen") ⤢
iframe#webterm-iframe(src="" style="width: 100%; flex: 1")