mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
moved wol to gpio
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
<button class="small" data-force-hide-menu id="open-log-button">• Log</button>
|
||||
</td>
|
||||
<td class="feature-disabled" id="wol">
|
||||
<button class="small" disabled data-force-hide-menu id="wol-wakeup-button">• WoL</button>
|
||||
<button class="gpio-button small" data-force-hide-menu id="gpio-button-__wol__" data-channel="__wol__" data-confirm="Are you sure to send Wake-on-LAN packet to the server?">• WoL</button>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -12,7 +12,9 @@ li(class="right")
|
||||
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") #[button(disabled data-force-hide-menu id="wol-wakeup-button" class="small") • WoL]
|
||||
td(id="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
|
||||
table(class="kv" style="width: calc(100% - 20px)")
|
||||
tr(id="stream-resolution" class="feature-disabled")
|
||||
|
||||
Reference in New Issue
Block a user