Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#790 polish the view menu a little
  • Loading branch information
jstrachan committed Nov 30, 2013
1 parent 0096caf commit be1dd10
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion hawtio-web/src/main/webapp/app/fabric/html/brokerDiagram.html
@@ -1,5 +1,11 @@
<style type="text/css">

ul.viewMenu li {
padding-left: 10px;
padding-top: 2px;
padding-bottom: 2px;
}

div#pop-up {
display: none;
position: absolute;
Expand Down Expand Up @@ -221,7 +227,8 @@
data-toggle="dropdown">
View &nbsp;<i class="icon-caret-down"></i>
</a>
<ul class="dropdown-menu">

<ul class="dropdown-menu viewMenu">
<li>
<label class="checkbox">
<input type="checkbox" ng-model="showFlags.consumer"> Consumers
Expand Down Expand Up @@ -269,6 +276,7 @@
</li>
</ul>


<a ng-href="#/fabric/mq/brokers{{hash}}" title="View the broker and container diagram">
<i class="icon-edit"></i> Configuration
</a>
Expand Down

0 comments on commit be1dd10

Please sign in to comment.