mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
(Hosts/Services)Controller: Do not make object list in detail view controls an .action-list
This commit is contained in:
parent
a9b058fea7
commit
d73691017f
2 changed files with 2 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ class HostsController extends Controller
|
|||
$this->addControl(
|
||||
(new HostList($results))
|
||||
->setViewMode('minimal')
|
||||
->setDetailActionsDisabled()
|
||||
);
|
||||
$this->addControl(new ShowMore(
|
||||
$results,
|
||||
|
|
|
|||
|
|
@ -184,6 +184,7 @@ class ServicesController extends Controller
|
|||
$this->addControl(
|
||||
(new ServiceList($results))
|
||||
->setViewMode('minimal')
|
||||
->setDetailActionsDisabled()
|
||||
);
|
||||
$this->addControl(new ShowMore(
|
||||
$results,
|
||||
|
|
|
|||
Loading…
Reference in a new issue