mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
TacticalController: Remove comment and obsolete host join
This commit is contained in:
parent
a052b9a466
commit
3c62b5b7ee
1 changed files with 1 additions and 2 deletions
|
|
@ -24,8 +24,7 @@ class TacticalController extends Controller
|
|||
$db = $this->getDb();
|
||||
|
||||
$hoststateSummary = HoststateSummary::on($db)->with('state');
|
||||
// With relation `host` because otherwise the filter editor only presents service cols
|
||||
$servicestateSummary = ServicestateSummary::on($db)->with(['state', 'host']);
|
||||
$servicestateSummary = ServicestateSummary::on($db)->with(['state']);
|
||||
|
||||
$this->handleSearchRequest($servicestateSummary);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue