Skip to content
Snippets Groups Projects
Commit 7d99d352 authored by hahn's avatar hahn
Browse files

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
parent 5feebcc0
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment