Skip to content

Commit

Permalink
Fix version tooltip for the logo in the Web UI
Browse files Browse the repository at this point in the history
The image title was overlapping with the tooltip.
  • Loading branch information
micabot committed Jul 6, 2017
1 parent e90e428 commit 85b5eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div id="cont">
<div class="wrapper" ng-controller="indexCtrl">
<header class="head">
<a href="#" class="ws-dashboard" uib-tooltip="{{version}}" tooltip-placement="bottom"><img class="logo animated fadeInDown" title="{{version}}" src="images/logo-faraday.svg" alt="Faraday home | WS Dashboard"/></a>
<a href="#" class="ws-dashboard" uib-tooltip="{{version}}" tooltip-placement="bottom"><img class="logo animated fadeInDown" src="images/logo-faraday.svg" alt="Faraday home | WS Dashboard"/></a>
<div class="btn-group dropdown header_right" uib-dropdown="" is-open="status.isopen">
<button id="single-button" type="button" class="btn btn-default dropdown-toggle" uib-dropdown-toggle="" ng-disabled="disabled" aria-haspopup="true" aria-expanded="true">
<i class="fa fa-cog fa-lg"></i> <span class="caret"></span>
Expand Down

0 comments on commit 85b5eb8

Please sign in to comment.