summaryrefslogtreecommitdiff
path: root/web/share
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-11-23 04:45:21 +0300
committerMaxim Devaev <[email protected]>2022-11-23 04:45:21 +0300
commit3b4792882be0129f787b21602f67d1f70d7bfdaa (patch)
tree39876cda00782b1095c3051a2808323a942837b5 /web/share
parentedc370168cd84c3a5813b207c17d7ca0a559953c (diff)
web: locator switch
Diffstat (limited to 'web/share')
-rw-r--r--web/share/js/kvm/gpio.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/share/js/kvm/gpio.js b/web/share/js/kvm/gpio.js
index 08ec42a8..cf319c95 100644
--- a/web/share/js/kvm/gpio.js
+++ b/web/share/js/kvm/gpio.js
@@ -114,6 +114,7 @@ export function Gpio(__recorder) {
}
tools.feature.setEnabled($("v3-usb-breaker"), ("__v3_usb_breaker__" in model.scheme.outputs));
+ tools.feature.setEnabled($("v4-locator"), ("__v4_locator__" in model.scheme.outputs));
tools.feature.setEnabled($("system-tool-wol"), ("__wol__" in model.scheme.outputs));
self.setState(__state);