One-KVM/web/kvm/window-webterm.pug
2025-01-30 10:34:36 +02:00

10 lines
426 B
Plaintext

.window.window-resizable#webterm-window(style="width: 640px; 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%")