TacticalController: Remove comment and obsolete host join

This commit is contained in:
Johannes Meyer 2022-04-08 13:54:18 +02:00
parent a052b9a466
commit 3c62b5b7ee

View file

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