Avetisyan Karen 5 жил өмнө
parent
commit
9479dcaada

BIN
web_interface/dist/wui-3/info.html


BIN
web_interface/dist/wui-7/info.html


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


+ 1 - 1
web_interface/src/wui-3/info.html

@@ -29,7 +29,7 @@
       <th colspan="2">Контроллер мониторинга</th>
     </tr>
   </thead>
-  <tbody>
+  <tbody id="ctrl_info">
     <tr>
       <td class="none-border">Время работы</td>
       <td class="none-border" id="uptime"></td>

+ 1 - 1
web_interface/src/wui-7/info.html

@@ -29,7 +29,7 @@
       <th colspan="2">Контроллер мониторинга</th>
     </tr>
   </thead>
-  <tbody>
+  <tbody id="ctrl_info">
     <tr>
       <td class="none-border">Время работы</td>
       <td class="none-border" id="uptime"></td>

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

@@ -950,7 +950,6 @@ function infoGet() {
     $('macaddr').innerHTML   = data.macaddr;
     $('serno').innerHTML     = data.serno;
 
-    $('comment').value           = data.comment;
     $('ups_fwversion').innerHTML = data.ups_fwversion;
     $('ups_model').innerHTML     = data.ups_model;