mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 18:11:54 +08:00
focus-based window manager
This commit is contained in:
@@ -18,9 +18,9 @@ function Atx() {
|
||||
$("atx-power-led").className = (state.leds.power ? "led-green" : "led-gray");
|
||||
$("atx-hdd-led").className = (state.leds.hdd ? "led-red" : "led-gray");
|
||||
|
||||
$("atx-power-button").disabled = state.busy;
|
||||
$("atx-power-button-long").disabled = state.busy;
|
||||
$("atx-reset-button").disabled = state.busy;
|
||||
ui.switchDisabled($("atx-power-button"), state.busy);
|
||||
ui.switchDisabled($("atx-power-button-long"), state.busy);
|
||||
ui.switchDisabled($("atx-reset-button"), state.busy);
|
||||
};
|
||||
|
||||
self.clearState = function() {
|
||||
|
||||
Reference in New Issue
Block a user