summaryrefslogtreecommitdiff
path: root/web/kvm/windows.pug
diff options
context:
space:
mode:
Diffstat (limited to 'web/kvm/windows.pug')
-rw-r--r--web/kvm/windows.pug7
1 files changed, 0 insertions, 7 deletions
diff --git a/web/kvm/windows.pug b/web/kvm/windows.pug
index d735b65d..898a8562 100644
--- a/web/kvm/windows.pug
+++ b/web/kvm/windows.pug
@@ -1,10 +1,3 @@
-mixin window(id, title, with_header_id=false, close_confirm_msg="")
- div(id=id class="window" data-close-confirm=close_confirm_msg)
- div(id=(with_header_id ? `${id}-header` : "") class="window-header")
- div(class="window-grab") #{title}
- button(class="window-button-close") ×
- block
-
include window-stream.pug
include window-keyboard.pug
include window-about.pug