mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
JobsController: use import/sync tabs
This commit is contained in:
parent
baf6d8f62f
commit
f36e57eb46
@ -10,11 +10,7 @@ class JobsController extends ActionController
|
||||
{
|
||||
$this->setAutoRefreshInterval(10);
|
||||
$this->view->title = $this->translate('Jobs');
|
||||
|
||||
$this->getTabs()->add('jobs', array(
|
||||
'url' => 'director/jobs',
|
||||
'label' => $this->translate('Jobs'),
|
||||
))->activate('jobs');
|
||||
$this->setImportTabs()->activate('jobs');
|
||||
|
||||
$this->view->addLink = $this->view->qlink(
|
||||
$this->translate('Add'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user