Selaa lähdekoodia

info text changes

Avetisyan Karen 5 vuotta sitten
vanhempi
commit
cd601cd390

BIN
web_interface/dist/wui-10/index.html


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


BIN
web_interface/dist/wui-10/settings.html


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-10/index.html

@@ -76,7 +76,7 @@
       </div>
     </div>
     <div class="panel panel-default">
-      <div class="panel-heading" id="">Состояние датчиков Контроллера<div id="dstate_icons" style="float: right;"></div></div>
+      <div class="panel-heading" id="">Датчики контроллера<div id="dstate_icons" style="float: right;"></div></div>
       <div class="panel-body">
         <table class="table tb-stat">
           <tr>

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

@@ -1009,7 +1009,7 @@ var apply_settings = new NotificationBox('apply-settings',
   });
 var device_error = new NotificationBox('device-error',
   {
-    'message': 'Внимание, связь с UPS не установлена!',
+    'message': 'Внимание, связь с ИБП не установлена!',
     'bgcolor':'#ec0035',
     'textcolor': '#fff'
   });

+ 1 - 1
web_interface/src/wui-10/settings.html

@@ -226,7 +226,7 @@
       </div>
     </div>
     <div class="col span_1_of_2" >
-      <h4 class="col span_2_of_2">Настройки порта RS485</h4>
+      <h4 class="col span_2_of_2">Настройки порта RS-485</h4>
       <label for="pgw_baud" class="col span_1_of_2">Скорость (бит/с)</label>
       <div class="col span_1_of_2">
         <select name="pgw_baud" id="pgw_baud" class="form-control">

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

@@ -958,7 +958,7 @@ var apply_settings = new NotificationBox('apply-settings',
   });
 var device_error = new NotificationBox('device-error',
   {
-    'message': 'Внимание, связь с UPS не установлена!',
+    'message': 'Внимание, связь с ИБП не установлена!',
     'bgcolor':'#ec0035',
     'textcolor': '#fff'
   });

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

@@ -945,7 +945,7 @@ var apply_settings = new NotificationBox('apply-settings',
   });
 var device_error = new NotificationBox('device-error',
   {
-    'message': 'Внимание, связь с UPS не установлена!',
+    'message': 'Внимание, связь с ИБП не установлена!',
     'bgcolor':'#ec0035',
     'textcolor': '#fff'
   });

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

@@ -1029,7 +1029,7 @@ var apply_settings = new NotificationBox('apply-settings',
   });
 var device_error = new NotificationBox('device-error',
   {
-    'message': 'Внимание, связь с UPS не установлена!',
+    'message': 'Внимание, связь с ИБП не установлена!',
     'bgcolor':'#ec0035',
     'textcolor': '#fff'
   });