Browse Source

fix mistake in web form

rajven 3 years ago
parent
commit
5ef83bfb9a
1 changed files with 1 additions and 1 deletions
  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