Navigation Menu

Skip to content

Commit

Permalink
Re-arrange the container icons a bit so the info icon is at the end, …
Browse files Browse the repository at this point in the history
…also link the status icon to the info page for now
  • Loading branch information
gashcrumb committed Jul 10, 2013
1 parent ff45665 commit f74b808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hawtio-web/src/main/webapp/app/fabric/html/fabricView.html
Expand Up @@ -49,11 +49,11 @@
<div class="box-right">
<i class="icon1point5x icon-plus clickable" ng-show="container.root && container.alive" title="Create a new child container" ng-click="createChildContainer(container)"></i>

<i class="icon1point5x clickable" title="{{getStatusTitle(container)}}" ng-class='statusIcon(container)' ng-click="showContainer(container)"></i>

<i class="icon1point5x icon-signin clickable" ng-show="container.jolokiaUrl && container.alive" title="Open a new window and connect to this container" ng-click="doConnect(container)"></i>

<i class="icon1point5x clickable icon-info-sign" title="Show Details" ng-click="showContainer(container)"></i>

<i class="icon1point5x" title="{{getStatusTitle(container)}}" ng-class='statusIcon(container)'></i>
</div>

</div>
Expand Down

0 comments on commit f74b808

Please sign in to comment.