config/show: link deployments to _main
This commit is contained in:
parent
088efd25a6
commit
581f4d8d91
|
@ -5,7 +5,7 @@
|
|||
<table class="avp">
|
||||
<tr>
|
||||
<th><?= $this->translate('Deploy to master') ?></th>
|
||||
<td><?= $this->qlink(
|
||||
<td data-base-target="_main"><?= $this->qlink(
|
||||
$this->config->getHexChecksum(),
|
||||
'director/config/deploy',
|
||||
array('checksum' => $this->config->getHexChecksum())
|
||||
|
|
Loading…
Reference in New Issue