Skip to content

Commit

Permalink
avoid unnecessary (and unworking) Targets links
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Oct 11, 2013
1 parent d6bbb90 commit 6c2db2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions hawtio-web/src/main/webapp/app/fabric/html/brokerNetwork.html
Expand Up @@ -18,11 +18,6 @@
<a href="" title="Create a new container" ng-click="createContainer()">
<i class="icon-plus"></i> Container
</a>
<a href="" ng-click="editRequirements.dialogOpen(null)"
title="Configure the minimum number of required instances for each profile. If you are on OpenShift or using an Auto Scaler they are then created automatically; otherwise click on the count button to manually provision required containers">
<i class="icon-resize-vertical"></i>
Targets
</a>
</div>

</div>
Expand Down
5 changes: 0 additions & 5 deletions hawtio-web/src/main/webapp/app/fabric/html/brokers.html
Expand Up @@ -18,11 +18,6 @@
<a href="" title="Create a new container" ng-click="createContainer()">
<i class="icon-plus"></i> Container
</a>
<a href="" ng-click="editRequirements.dialogOpen(null)"
title="Configure the minimum number of required instances for each profile. If you are on OpenShift or using an Auto Scaler they are then created automatically; otherwise click on the count button to manually provision required containers">
<i class="icon-resize-vertical"></i>
Targets
</a>
</div>

</div>
Expand Down

0 comments on commit 6c2db2b

Please sign in to comment.