summaryrefslogtreecommitdiff
path: root/web/kvm/window-webterm.pug
blob: d909c14a6f881b5ab155c5c3dfab765f2f7471b8 (plain)
1
2
3
4
5
6
7
8
div(id="webterm-window" class="window window-resizable" 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%")