mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
hostgroup: Preserve group filter in bulk processing details
This commit is contained in:
parent
dd243a8b81
commit
49c75e80a2
1 changed files with 5 additions and 1 deletions
|
|
@ -118,7 +118,11 @@ class HostgroupController extends Controller
|
|||
$this->addControl($limitControl);
|
||||
$this->addControl($viewModeSwitcher);
|
||||
$this->addControl($searchBar);
|
||||
$continueWith = $this->createContinueWith(Links::hostsDetails(), $searchBar);
|
||||
$continueWith = $this->createContinueWith(
|
||||
Links::hostsDetails()
|
||||
->setFilter(Filter::equal('hostgroup.name', $hostgroup->name)),
|
||||
$searchBar
|
||||
);
|
||||
|
||||
$this->addContent($hostList);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue