summaryrefslogtreecommitdiff
path: root/kvmd/web/js
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/web/js')
-rw-r--r--kvmd/web/js/atx.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/web/js/atx.js b/kvmd/web/js/atx.js
index d0c8f3af..0779f584 100644
--- a/kvmd/web/js/atx.js
+++ b/kvmd/web/js/atx.js
@@ -1,7 +1,7 @@
var atx = new function() {
this.setLedsState = function(leds) {
$("atx-power-led").className = (leds.power ? "led-on" : "led-off");
- $("atx-hdd-led").className = (leds.hdd ? "led-busy" : "led-off");
+ $("atx-hdd-led").className = (leds.hdd ? "led-hdd-busy" : "led-off");
};
this.clearLeds = function() {