config/show: link deployments to _main

This commit is contained in:
Thomas Gelf 2015-09-30 08:49:56 +02:00
parent 088efd25a6
commit 581f4d8d91
1 changed files with 1 additions and 1 deletions

View File

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