From c457251081f8c531c36f1b405683f611c29db03f Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Thu, 3 Sep 2020 11:02:50 +0300 Subject: circle led --- web/share/js/kvm/gpio.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/share/js') diff --git a/web/share/js/kvm/gpio.js b/web/share/js/kvm/gpio.js index 53644038..56bd5d14 100644 --- a/web/share/js/kvm/gpio.js +++ b/web/share/js/kvm/gpio.js @@ -83,7 +83,7 @@ export function Gpio() { if (item.type === "output") { item.scheme = model.scheme.outputs[item.channel]; } - content += `${__createItem(item, switches, buttons)}`; + content += `${__createItem(item, switches, buttons)}`; } content += ""; } @@ -105,7 +105,7 @@ export function Gpio() { if (item.type === "label") { return item.text; } else if (item.type === "input") { - return ``; + return ``; } else if (item.type === "output") { let controls = []; if (item.scheme["switch"]) { -- cgit v1.2.3