From 79eda5278765fa9cd4b56d65d58f2d19c00455cf Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Wed, 28 Aug 2024 15:35:40 +0200 Subject: [PATCH] small fix in project_gui --- public_html/deployment/classes/project_gui.class.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public_html/deployment/classes/project_gui.class.php b/public_html/deployment/classes/project_gui.class.php index 39132ef0..64c13cbe 100644 --- a/public_html/deployment/classes/project_gui.class.php +++ b/public_html/deployment/classes/project_gui.class.php @@ -300,7 +300,7 @@ class projectgui extends project $sLinktitle = t('error'); $sInfos = $this->_oHtml->getBox('error', '') . '<p>' . $aInfos["error"] . '</p>'; } - $sInfos .= $this->_renderHostsData($aInfos, ''); + $sInfos .= $this->_renderHostsData($aInfos); if (array_key_exists("label", $aOptions) && $aOptions["label"]) { $sLinktitle .= $aOptions["label"]; @@ -384,10 +384,9 @@ class projectgui extends project 'label' => t('rollback') ], 'setup' => [ - 'class' => $sPhase, + 'class' => 'btn', 'hint' => sprintf(t('setup-hint'), $sPhase, $sVersion), 'label' => t('setup'), - 'class' => 'btn' ], ]; /* -- GitLab