summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmap.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/sysmap.html')
-rw-r--r--frontends/php/sysmap.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/frontends/php/sysmap.html b/frontends/php/sysmap.html
index 873a8bec..9e3c2175 100644
--- a/frontends/php/sysmap.html
+++ b/frontends/php/sysmap.html
@@ -215,9 +215,10 @@
echo "<select name=\"icon\" size=1>";
$icons=array();
$icons[0]="Server";
- $icons[1]="Printer";
- $icons[2]="Hub";
- for($i=0;$i<3;$i++)
+ $icons[1]="Workstation";
+ $icons[2]="Printer";
+ $icons[3]="Hub";
+ for($i=0;$i<4;$i++)
{
if(isset($hostid) && ($icon==$icons[$i]))
{