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