mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
BasketSnapshotTable: show '-' when empty
This commit is contained in:
parent
f27b4e9729
commit
1cbe6741ae
@ -72,6 +72,10 @@ class BasketSnapshotTable extends ZfQueryBasedTable
|
||||
);
|
||||
}
|
||||
|
||||
if (empty($result)) {
|
||||
return '-';
|
||||
}
|
||||
|
||||
return implode(', ', $result);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user