diff options
author | Devaev Maxim <[email protected]> | 2020-07-15 13:46:33 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-07-15 13:46:33 +0300 |
commit | c80ff7d27ffaed38f205a2360e86fac695aaa5d9 (patch) | |
tree | 4e970e5fb42a7813ed8266c2f744919bab53e621 /web/kvm/navbar-atx.pug | |
parent | 762fae59fb696f2d68e9847c0c45f7050ba64e64 (diff) |
refactoring
Diffstat (limited to 'web/kvm/navbar-atx.pug')
-rw-r--r-- | web/kvm/navbar-atx.pug | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/kvm/navbar-atx.pug b/web/kvm/navbar-atx.pug new file mode 100644 index 00000000..27c16f5d --- /dev/null +++ b/web/kvm/navbar-atx.pug @@ -0,0 +1,11 @@ +li(id="atx-dropdown" class="right feature-disabled") + a(class="menu-button" href="#") + +navbar_led("atx-power-led", "led-atx-power") + +navbar_led("atx-hdd-led", "led-atx-hdd") + | ATX ↴ + div(class="menu") + div(class="buttons") + button(disabled id="atx-power-button") • Click Power #[sup #[i short]] + button(disabled id="atx-power-button-long") • Click Power #[sup #[i long]] + hr + button(disabled id="atx-reset-button") • Click Reset |