mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
allow multiple icons to be defined per OS, let user select one in the device settings
git-svn-id: http://www.observium.org/svn/observer/trunk@3146 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -671,6 +671,7 @@ $config['os'][$os]['over'][0]['text'] = "Temperature";
|
||||
$config['os'][$os]['over'][1]['graph'] = "device_humidity";
|
||||
$config['os'][$os]['over'][1]['text'] = "Humidity";
|
||||
$config['os'][$os]['icon'] = "carel";
|
||||
$config['os'][$os]['icons'][] = "uniflair";
|
||||
|
||||
$os = "netvision";
|
||||
$config['os'][$os]['text'] = "Socomec Net Vision";
|
||||
|
||||
Reference in New Issue
Block a user