Explorar o código

fix mistake in web form

rajven %!s(int64=3) %!d(string=hai) anos
pai
achega
5ef83bfb9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      html/admin/devices/index.php

+ 1 - 1
html/admin/devices/index.php

@@ -66,7 +66,7 @@ foreach ($switches as $row) {
 <tr><td><?php echo WEB_color_device_description; ?></td></tr>
 <tr>
 <td class="shutdown"><?php echo WEB_device_down; ?></td>
-<td class="up"><?php echo WEB_color_device_online; ?></td>
+<td class="up"><?php echo WEB_device_online; ?></td>
 <tr>
 </table>
 <?php