mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-22 10:18:11 +02:00
config/show: add deployment link
This commit is contained in:
parent
fb94db4363
commit
523418bb45
@ -3,6 +3,15 @@
|
||||
<h1>Config: <?= $this->config->getHexChecksum() ?></h1>
|
||||
|
||||
<table class="avp">
|
||||
<tr>
|
||||
<th><?= $this->translate('Deploy to master') ?></th>
|
||||
<td><?= $this->qlink(
|
||||
$this->config->getHexChecksum(),
|
||||
'director/config/deploy',
|
||||
array('checksum' => $this->config->getHexChecksum())
|
||||
) ?></td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?= $this->translate('Last related activity') ?></th>
|
||||
<td><?= $this->qlink(
|
||||
@ -10,6 +19,7 @@
|
||||
'director/show/activitylog',
|
||||
array('checksum' => $this->config->getLastActivityHexChecksum())
|
||||
) ?></td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?= $this->translate('Generated files') ?></th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user