diff options
Diffstat (limited to 'kvmd/web/js')
-rw-r--r-- | kvmd/web/js/atx.js | 1 |
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"); }; |