Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#759: Removed not working JMX sub tab on JBoss plugin.
  • Loading branch information
davsclaus committed Dec 18, 2013
1 parent 1cb2f4c commit b262d00
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 57 deletions.
3 changes: 0 additions & 3 deletions hawtio-web/src/main/webapp/app/jboss/html/jbossTabs.html
Expand Up @@ -8,9 +8,6 @@
<li ng-class='{active : isActive("#/jboss/connectors")}'>
<a ng-href="{{link('#/jboss/connectors')}}">Connectors</a>
</li>
<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">
Expand Down
16 changes: 0 additions & 16 deletions hawtio-web/src/main/webapp/app/jboss/html/layoutJBossTree.html

This file was deleted.

1 change: 0 additions & 1 deletion hawtio-web/src/main/webapp/app/jboss/js/jbossPlugin.ts
Expand Up @@ -16,7 +16,6 @@ module JBoss {
run(($location: ng.ILocationService, workspace:Workspace, viewRegistry, helpRegistry) => {

viewRegistry['jboss'] = "app/jboss/html/layoutJBossTabs.html";
viewRegistry['jbossTree'] = "app/jboss/html/layoutJBossTree.html";
helpRegistry.addUserDoc(pluginName, 'app/' + pluginName + '/doc/help.md', () => {
return workspace.treeContainsDomainAndProperties("jboss.as") ||
workspace.treeContainsDomainAndProperties("jboss.jta") ||
Expand Down
37 changes: 0 additions & 37 deletions hawtio-web/src/main/webapp/app/jboss/js/tree.ts

This file was deleted.

0 comments on commit b262d00

Please sign in to comment.