From 7d99d352c7b619282cade26bf31028cd0fb62526 Mon Sep 17 00:00:00 2001
From: hahn <axel.hahn@iml.unibe.ch>
Date: Wed, 29 May 2019 15:55:45 +0200
Subject: [PATCH] Update components font-awesome (change icon syntax from
 fontawesome 4 --> 5), jquery highlight entered freetext search action button
 (build, deploy, ...) have the color of the target phase Update appmonitor
 class files fix checkssh test with multilple targets

---
 public_html/deployment/classes/htmlguielements.class.php | 2 ++
 public_html/deployment/inc_functions.php                 | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/public_html/deployment/classes/htmlguielements.class.php b/public_html/deployment/classes/htmlguielements.class.php
index b83a658c..970d8c14 100644
--- a/public_html/deployment/classes/htmlguielements.class.php
+++ b/public_html/deployment/classes/htmlguielements.class.php
@@ -153,6 +153,8 @@ class htmlguielements{
             'deploy'=>'fas fa-forward',
             'filter'=>'fas fa-filter',
             'foreman'=>'fas fa-hard-hat',
+            'gotop'=>'fas fa-arrow-up',
+            'help'=>'fas fa-question-circle',
             'login'=>'fas fa-lock',
             'new'=>'far fa-star',
             'phase'=>'fas fa-chevron-right',
diff --git a/public_html/deployment/inc_functions.php b/public_html/deployment/inc_functions.php
index b7f8c27a..ec157dd3 100644
--- a/public_html/deployment/inc_functions.php
+++ b/public_html/deployment/inc_functions.php
@@ -183,7 +183,7 @@ function aGotop($sClass = "scroll-link btn btn-default") {
         'href'=>'#top',
         'class'=>$sClass,
         'title'=>t("gotop"),
-        'icon'=>'glyphicon-eject',
+        'icon'=>'gotop',
         'label'=>' '
     ));
 }
@@ -422,7 +422,7 @@ function getTopArea() {
                 )
                 .'<li class="dropdown">
                         <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"
-                        ><span class="glyphicon glyphicon-question-sign"></span> ' . t("menu-help") . ' <b class="caret"></b></a>
+                        >'.$oHtml->getIcon('help'). t("menu-help") . ' <b class="caret"></b></a>
                         <ul class="dropdown-menu">
                             <li><a href="' . $sWikiBaseUrl . '/it/entwicklung/continuous_deployment">WIKI: Übersicht Continous Deployment</a></li>
                             <li><a href="' . $sWikiBaseUrl . '/it/entwicklung/continuous_deployment#konventionen">WIKI: Konventionen für Entwickler</a></li>
-- 
GitLab