diff options
Diffstat (limited to 'frontends/php/sysmap.php')
| -rw-r--r-- | frontends/php/sysmap.php | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/frontends/php/sysmap.php b/frontends/php/sysmap.php index 0cbf0713..ac792f4f 100644 --- a/frontends/php/sysmap.php +++ b/frontends/php/sysmap.php @@ -275,13 +275,14 @@ { $icons[0]="Server"; $icons[1]="Workstation"; - $icons[2]="Printer"; - $icons[3]="Hub"; - $icons[4]="UPS"; - $icons[5]="Network"; - $icons[6]="Phone"; - $icons[7]="Satellite"; - $num=8; + $icons[2]="Notebook"; + $icons[3]="Printer"; + $icons[4]="Hub"; + $icons[5]="UPS"; + $icons[6]="Network"; + $icons[7]="Phone"; + $icons[8]="Satellite"; + $num=9; } else { |
