瀏覽代碼

fix info page

Avetisyan Karen 5 年之前
父節點
當前提交
9479dcaada

二進制
web_interface/dist/wui-3/info.html


二進制
web_interface/dist/wui-7/info.html


二進制
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;