mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
kvm pug
This commit is contained in:
11
web/kvm/windows.pug
Normal file
11
web/kvm/windows.pug
Normal file
@@ -0,0 +1,11 @@
|
||||
mixin window(id, title, closeable=true, with_header_id=false)
|
||||
div(id=id class="window")
|
||||
div(id=(with_header_id ? `${id}-header` : "") class="window-header" style=(closeable ? "" : "z-index:1"))
|
||||
div(class="window-grab") #{title}
|
||||
if closeable
|
||||
button(class="window-button-close") ×
|
||||
block
|
||||
|
||||
include window-stream.pug
|
||||
include window-keyboard.pug
|
||||
include window-about.pug
|
||||
Reference in New Issue
Block a user