Prechádzať zdrojové kódy

delete standby/clock icon

Avetisyan Karen 5 rokov pred
rodič
commit
912cb08144

BIN
web_interface/dist/wui-3/main.js


BIN
web_interface/dist/wui-7/main.js


BIN
web_interface/dist/wui-9/main.js


+ 1 - 1
web_interface/src/wui-3/main.js

@@ -496,7 +496,7 @@ function paramsRefresh() {
 
     // State
     ups_alarm ? pstate.push('exclamination') : pstate.push('normal');
-    ups_standby ? pstate.push('clock') : null;
+    // ups_standby ? pstate.push('clock') : null;
     ups_shutdown ? pstate.push('shutdown') : null;
 
     !Alarm(ma, 3) && !bat_low ? bstate.push('normal') : null;

+ 1 - 1
web_interface/src/wui-7/main.js

@@ -477,7 +477,7 @@ function paramsRefresh() {
 
     // State
     ups_alarm ? pstate.push('exclamination') : pstate.push('normal');
-    ups_standby ? pstate.push('clock') : null;
+    // ups_standby ? pstate.push('clock') : null;
     ups_shutdown ? pstate.push('shutdown') : null;
 
     !Alarm(ma, 3) && !bat_low ? bstate.push('normal') : null;

+ 1 - 1
web_interface/src/wui-9/main.js

@@ -510,7 +510,7 @@ function paramsRefresh() {
 
     // State
     ups_alarm ? pstate.push('exclamination') : pstate.push('normal');
-    ups_standby ? pstate.push('clock') : null;
+    // ups_standby ? pstate.push('clock') : null;
     ups_shutdown ? pstate.push('shutdown') : null;
 
     !Alarm(ma, 3) && !bat_low ? bstate.push('normal') : null;