mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 01:51:53 +08:00
fixed broadcast
This commit is contained in:
@@ -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");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user