mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
parent
72bb29694d
commit
4bf26b421d
@ -210,6 +210,9 @@ class ServiceController extends ObjectController
|
||||
parent::loadObject();
|
||||
}
|
||||
}
|
||||
$this->view->undeployedChanges = $this->countUndeployedChanges();
|
||||
$this->view->totalUndeployedChanges = $this->db()
|
||||
->countActivitiesSinceLastDeployedConfig();
|
||||
|
||||
return $this->object;
|
||||
}
|
||||
|
@ -3,6 +3,7 @@
|
||||
<h1><?= $this->escape($this->title) ?></h1>
|
||||
<span class="action-links">
|
||||
<?= $this->addLink ?>
|
||||
<?= $this->render('object/deploymentLink.phtml') ?>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user