mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 18:11:54 +08:00
improved css, animated led-msd-writing
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user