Skip to content

Commit

Permalink
added an icon for assign profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed May 10, 2013
1 parent e493759 commit 21ff9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/fabric/html/containers.html
Expand Up @@ -12,8 +12,8 @@
</div>
<div class="control-group inline-block">
<a class="btn" ng-href="#/fabric/containers/createContainer" title="Create new containers"><i class="icon-plus"></i> Create</a>
<a class="btn" ng-href="#/fabric/containers/assignProfiles">Assign Profiles</a>
<a class="btn" ng-href="#/fabric/containers/migrateVersions" title="Migrate containers to different versions"><i class="icon-exchange"></i> Migrate</a>
<a class="btn" ng-href="#/fabric/containers/assignProfiles" title="Assign profiles to different containers"><i class="icon-cogs"></i> Assign Profiles</a>
</div>

</fieldset>
Expand Down

0 comments on commit 21ff9f2

Please sign in to comment.