Added Fiberhome Os Icon and Os definition

This commit is contained in:
Alan Gregory
2015-05-16 05:29:01 -03:00
parent faecea61e2
commit 114da3f68e
2 changed files with 6 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

+6
View File
@@ -1104,6 +1104,12 @@ $config['os'][$os]['over'][0]['graph'] = "device_bits";
$config['os'][$os]['over'][0]['text'] = "Device Traffic";
$config['os'][$os]['ifname'] = 1;
// Fiberhome
$os = "fiberhome";
$config['os'][$os]['text'] = "Fiberhome";
$config['os'][$os]['type'] = "network";
$config['os'][$os]['icon'] = "fiberhome";
foreach ($config['os'] as $this_os => $blah)
{
if (isset($config['os'][$this_os]['group']))