Custom_descr Ports - configurable Icons (#12331)

* Custom_descr Ports - configurable Icons

* fixes

* fixes
This commit is contained in:
SourceDoctor
2020-11-21 03:59:54 +01:00
committed by GitHub
parent 04f29c2717
commit a3470bb06e
3 changed files with 14 additions and 2 deletions

View File

@ -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;
}