Skip to content

Commit

Permalink
add a migrate icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed May 10, 2013
1 parent a9223ec commit e493759
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 @@ -13,7 +13,7 @@
<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">Migrate Containers</a>
<a class="btn" ng-href="#/fabric/containers/migrateVersions" title="Migrate containers to different versions"><i class="icon-exchange"></i> Migrate</a>
</div>

</fieldset>
Expand Down

0 comments on commit e493759

Please sign in to comment.