diff options
author | Devaev Maxim <[email protected]> | 2021-07-17 01:57:01 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-07-17 01:57:01 +0300 |
commit | 0c500aa0c95a35898924fa1c1eccfcf44f730abf (patch) | |
tree | aeb2837ef77930e84b6af1fb789d7e2e5ea35abc /web/kvm/index.html | |
parent | 688ddca5495eef27a803290cf064a99b9469972e (diff) |
moved wol to gpio
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 94c0863c..59870d50 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -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> |