(Hosts/Services)Controller: Do not make object list in detail view controls an .action-list

This commit is contained in:
Sukhwinder Dhillon 2023-09-12 11:23:29 +02:00 committed by Johannes Meyer
parent a9b058fea7
commit d73691017f
2 changed files with 2 additions and 0 deletions

View file

@ -168,6 +168,7 @@ class HostsController extends Controller
$this->addControl(
(new HostList($results))
->setViewMode('minimal')
->setDetailActionsDisabled()
);
$this->addControl(new ShowMore(
$results,

View file

@ -184,6 +184,7 @@ class ServicesController extends Controller
$this->addControl(
(new ServiceList($results))
->setViewMode('minimal')
->setDetailActionsDisabled()
);
$this->addControl(new ShowMore(
$results,