mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-08 16:22:05 -04:00
servicegroup: Preserve group filter in bulk processing details
This commit is contained in:
parent
79481c5657
commit
dd243a8b81
1 changed files with 5 additions and 1 deletions
|
|
@ -125,7 +125,11 @@ class ServicegroupController extends Controller
|
|||
$this->addControl($limitControl);
|
||||
$this->addControl($viewModeSwitcher);
|
||||
$this->addControl($searchBar);
|
||||
$continueWith = $this->createContinueWith(Links::servicesDetails(), $searchBar);
|
||||
$continueWith = $this->createContinueWith(
|
||||
Links::servicesDetails()
|
||||
->setFilter(Filter::equal('servicegroup.name', $servicegroup->name)),
|
||||
$searchBar
|
||||
);
|
||||
|
||||
$this->addContent($serviceList);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue