mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Merge pull request #2526 from laf/airfibre-defaults
Moved AirFibre to wireless type
This commit is contained in:
@@ -141,7 +141,7 @@ $config['os'][$os]['over'][1]['graph'] = 'device_processor';
|
||||
|
||||
$os = 'airos-af';
|
||||
$config['os'][$os]['text'] = 'Ubiquiti AirFiber';
|
||||
$config['os'][$os]['type'] = 'network';
|
||||
$config['os'][$os]['type'] = 'wireless';
|
||||
$config['os'][$os]['icon'] = 'ubiquiti';
|
||||
$config['os'][$os]['nobulk'] = 1;
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
|
||||
|
||||
Reference in New Issue
Block a user