Skip to content

Commit

Permalink
show profiles rather than containers first
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Sep 30, 2013
1 parent 5099dd8 commit a32a24b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hawtio-web/src/main/webapp/app/fabric/html/layoutFabric.html
@@ -1,12 +1,12 @@
<ul class="nav nav-tabs" ng-controller="Fabric.NavBarController">
<li ng-show="hasFabric" ng-class='{active : isActive("#/fabric/containers")}'
title="View the running containers in this Fabric">
<a ng-href="#/fabric/containers{{hash}}">Containers</a>
</li>
<li ng-show="hasFabric" ng-class='{active : isActive("#/fabric/activeProfiles")}'
title="View the different profiles (kinds of container)">
<a ng-href="#/fabric/activeProfiles{{hash}}">Profiles</a>
</li>
<li ng-show="hasFabric" ng-class='{active : isActive("#/fabric/containers")}'
title="View the running containers in this Fabric">
<a ng-href="#/fabric/containers{{hash}}">Containers</a>
</li>
<li ng-show="hasFabric" ng-class='{active : isActive("#/fabric/view")}'
title="Migrate containers to use different versions of profiles">
<a ng-href="#/fabric/view{{hash}}">Migrate</a>
Expand Down

0 comments on commit a32a24b

Please sign in to comment.