mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Custom_descr Ports - configurable Icons (#12331)
* Custom_descr Ports - configurable Icons * fixes * fixes
This commit is contained in:
@ -48,6 +48,7 @@ class GraphAggregateController extends Controller
|
||||
];
|
||||
|
||||
foreach ((array) Config::get('custom_descr', []) as $custom) {
|
||||
$custom = is_array($custom) ? $custom[0] : $custom;
|
||||
if ($custom) {
|
||||
$types[] = $custom;
|
||||
}
|
||||
|
Reference in New Issue
Block a user