config/files: link config diff
This commit is contained in:
parent
eee2b2e936
commit
cc01a9cb44
|
@ -24,6 +24,11 @@
|
||||||
'director/show/activitylog',
|
'director/show/activitylog',
|
||||||
array('checksum' => $this->config->getLastActivityHexChecksum()),
|
array('checksum' => $this->config->getLastActivityHexChecksum()),
|
||||||
array('class' => 'icon-clock', 'data-base-target' => '_next')
|
array('class' => 'icon-clock', 'data-base-target' => '_next')
|
||||||
|
) ?><br /><?= $this->qlink(
|
||||||
|
$this->translate('Diff with other config'),
|
||||||
|
'director/config/diff',
|
||||||
|
array('left' => $this->config->getHexChecksum()),
|
||||||
|
array('class' => 'icon-flapping', 'data-base-target' => '_self')
|
||||||
) ?></td>
|
) ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue