Skip to content
Snippets Groups Projects

5534 add docker

1 file
+ 4
6
Compare changes
  • Side-by-side
  • Inline
@@ -89,12 +89,10 @@ if (!array_key_exists("prj", $aParams)) {
</div>
<div class="tab-pane" id="tab2">
<h3 id="h3repo">' . $oHtml->getIcon('repository') . t("repositoryinfos") . '</h3>
<div style="max-width: 40em;">'
. $oPrj->renderRepoInfo()
// . $oPrj->renderSelectRemoteBranches()
. $sListOfBranches . '
' . ($oPrj->canAcceptPhase() ? '<br>'.$oPrj->renderLink("build") : '') . '
</div>
' . ($oPrj->canAcceptPhase() ? '<br>'.$oPrj->renderLink("build") : '')
// . $oPrj->renderRepoInfo()
// . $oPrj->renderSelectRemoteBranches()
. $sListOfBranches . '
</div>
<div class="tab-pane" id="tab3">
<h3 id="h3versions">' . $oHtml->getIcon('sign-error') . t("build-failes") . '</h3>
Loading