Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#566 - Add buttons for add to dashboard/fullscreen to jetty/tomcat/jb…
…oss plugins.
  • Loading branch information
davsclaus committed Nov 22, 2013
1 parent 836219e commit 52e6022
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hawtio-web/src/main/webapp/app/jboss/html/jbossTabs.html
Expand Up @@ -11,4 +11,15 @@
<li ng-class='{active : isTopTabActive("jbossTree")}'>
<a ng-href="#/jmx/attributes?tab=jbossTree{{hash}}">JMX</a>
</li>

<li class="pull-right">
<a ng-href="{{fullScreenLink()}}" title="Show this view in full screen" data-placement="bottom">
<i class="icon-fullscreen"></i>
</a>
</li>
<li class="pull-right">
<a ng-href="{{addToDashboardLink()}}" title="Add this view to a dashboard" data-placement="bottom">
<i class="icon-share"></i>
</a>
</li>
</ul>
11 changes: 11 additions & 0 deletions hawtio-web/src/main/webapp/app/jetty/html/jettyTabs.html
Expand Up @@ -11,4 +11,15 @@
<li ng-class='{active : isTopTabActive("jettyTree")}'>
<a ng-href="#/jmx/attributes?tab=jettyTree{{hash}}">JMX</a>
</li>

<li class="pull-right">
<a ng-href="{{fullScreenLink()}}" title="Show this view in full screen" data-placement="bottom">
<i class="icon-fullscreen"></i>
</a>
</li>
<li class="pull-right">
<a ng-href="{{addToDashboardLink()}}" title="Add this view to a dashboard" data-placement="bottom">
<i class="icon-share"></i>
</a>
</li>
</ul>
11 changes: 11 additions & 0 deletions hawtio-web/src/main/webapp/app/tomcat/html/tomcatTabs.html
Expand Up @@ -14,4 +14,15 @@
<li ng-class='{active : isTopTabActive("tomcatTree")}'>
<a ng-href="#/jmx/attributes?tab=tomcatTree{{hash}}">JMX</a>
</li>

<li class="pull-right">
<a ng-href="{{fullScreenLink()}}" title="Show this view in full screen" data-placement="bottom">
<i class="icon-fullscreen"></i>
</a>
</li>
<li class="pull-right">
<a ng-href="{{addToDashboardLink()}}" title="Add this view to a dashboard" data-placement="bottom">
<i class="icon-share"></i>
</a>
</li>
</ul>

0 comments on commit 52e6022

Please sign in to comment.