mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +02:00
ObjectsController: add missing autorefresh
This commit is contained in:
parent
313c8168ba
commit
8276f19ab7
@ -101,6 +101,7 @@ abstract class ObjectsController extends ActionController
|
||||
$this
|
||||
->assertPermission('director/admin')
|
||||
->addObjectsTabs()
|
||||
->setAutorefreshInterval(10)
|
||||
->addTitle(
|
||||
$this->translate('All your %s Templates'),
|
||||
$this->translate(ucfirst($type))
|
||||
@ -124,6 +125,7 @@ abstract class ObjectsController extends ActionController
|
||||
$this
|
||||
->assertApplyRulePermission()
|
||||
->addObjectsTabs()
|
||||
->setAutorefreshInterval(10)
|
||||
->addTitle(
|
||||
$this->translate('All your %s Apply Rules'),
|
||||
$tType
|
||||
@ -159,6 +161,7 @@ abstract class ObjectsController extends ActionController
|
||||
->assertPermission('director/admin')
|
||||
->addObjectsTabs()
|
||||
->requireSupportFor('Sets')
|
||||
->setAutorefreshInterval(10)
|
||||
->addTitle(
|
||||
$this->translate('Icinga %s Sets'),
|
||||
$tType
|
||||
|
Loading…
x
Reference in New Issue
Block a user