config/show: add deployment link

This commit is contained in:
Thomas Gelf 2015-09-14 16:29:25 +02:00
parent fb94db4363
commit 523418bb45

View File

@ -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>