mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-04-27 09:07:32 -04:00
Add search columns to StateSummary.php
Co-authored-by: Johannes Meyer <johannes.meyer@icinga.com>
This commit is contained in:
parent
159b0b0d8e
commit
36ffd0b5ed
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ class StateSummary extends UnionModel
|
|||
|
||||
public function getSearchColumns()
|
||||
{
|
||||
return ['service.name_ci', 'host.name_ci'];
|
||||
}
|
||||
|
||||
public function getDefaultSort()
|
||||
|
|
|
|||
Loading…
Reference in a new issue