Parcourir la source

fix mistake in web form

rajven il y a 3 ans
Parent
commit
5ef83bfb9a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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