One-KVM/web/kvm/window-webterm.pug
2025-05-12 03:57:07 +03:00

10 lines
426 B
Plaintext

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