extra css ids

This commit is contained in:
Maxim Devaev
2022-09-19 00:43:56 +03:00
parent d11c926761
commit 0afc513de8
7 changed files with 19 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
li(class="right")
li(id="system-dropdown" class="right")
a(class="menu-button" href="#")
+navbar_led("link-led", "led-link")
+navbar_led("stream-led", "led-stream")
@@ -9,10 +9,10 @@ li(class="right")
table(class="kv" style="width: calc(100% - 20px)")
tr
td(class="value") Runtime settings & tools
td(id="webterm" class="feature-disabled") #[button(data-force-hide-menu data-show-window="webterm-window" class="small") • Term]
td #[button(data-force-hide-menu data-show-window="about-window" class="small") • About]
td #[button(data-force-hide-menu id="open-log-button" class="small") • Log]
td(id="wol" class="feature-disabled")
td(id="system-tool-webterm" class="feature-disabled") #[button(data-force-hide-menu data-show-window="webterm-window" class="small") • Term]
td(id="system-tool-about") #[button(data-force-hide-menu data-show-window="about-window" class="small") • About]
td(id="system-tool-log") #[button(data-force-hide-menu id="open-log-button" class="small") • Log]
td(id="system-tool-wol" class="feature-disabled")
button(data-force-hide-menu id="gpio-button-__wol__" class="gpio-button small" data-channel="__wol__"
data-confirm="Are you sure to send Wake-on-LAN packet to the server?") • WoL
hr