diff options
author | Maxim Devaev <[email protected]> | 2022-09-19 00:43:56 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-09-19 00:43:56 +0300 |
commit | 0afc513de8931fc63565f766a7d1840f6f172f6d (patch) | |
tree | 30bae45f8fdc6459084e20bcbe26cda47aea2e8b /web/share/js/kvm/gpio.js | |
parent | d11c92676186a73e6ba30ec7cda9f4627596d60e (diff) |
extra css ids
Diffstat (limited to 'web/share/js/kvm/gpio.js')
-rw-r--r-- | web/share/js/kvm/gpio.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/js/kvm/gpio.js b/web/share/js/kvm/gpio.js index 25fd3821..15eabd79 100644 --- a/web/share/js/kvm/gpio.js +++ b/web/share/js/kvm/gpio.js @@ -105,7 +105,7 @@ export function Gpio(__recorder) { } tools.feature.setEnabled($("v3-usb-breaker"), ("__v3_usb_breaker__" in model.scheme.outputs)); - tools.feature.setEnabled($("wol"), ("__wol__" in model.scheme.outputs)); + tools.feature.setEnabled($("system-tool-wol"), ("__wol__" in model.scheme.outputs)); self.setState(__state); }; |