summaryrefslogtreecommitdiff
path: root/kvmd/web/js
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-17 02:49:06 +0300
committerDevaev Maxim <[email protected]>2018-07-17 02:49:06 +0300
commit45bdfd111d1c1e9107ec904490e5e233d14b8c9b (patch)
tree039bc8d84127c5ab2d1ae5b3aaca8c79f7e4a30c /kvmd/web/js
parent8fc6b85c0eccc8cf13a3cf8367bad785883a6679 (diff)
fixed broadcast
Diffstat (limited to 'kvmd/web/js')
-rw-r--r--kvmd/web/js/atx.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmd/web/js/atx.js b/kvmd/web/js/atx.js
index 0167ae6f..d17735c5 100644
--- a/kvmd/web/js/atx.js
+++ b/kvmd/web/js/atx.js
@@ -12,6 +12,7 @@ var atx = new function() {
};
this.setState = function(state) {
+ atx.setButtonsBusy(state.busy);
$("atx-power-led").className = (state.leds.power ? "led-on" : "led-off");
$("atx-hdd-led").className = (state.leds.hdd ? "led-hdd-busy" : "led-off");
};