Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HAWKULAR-676 - Showing the topology tab only under experimental mode;…
Browse files Browse the repository at this point in the history
… removing unused css class
  • Loading branch information
jkremser committed Oct 19, 2015
1 parent d4af53c commit 1f92c37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<li ng-class="getClass('/hawkular-ui/app/')">
<a href="/hawkular-ui/app/app-list">Application Servers</a>
</li>
<li ng-class="getClass('/hawkular-ui/topology/')">
<li ng-class="getClass('/hawkular-ui/topology/')" ng-show="$rootScope.isExperimental">
<a href="/hawkular-ui/topology/view">Topology</a>
</li>
</ul>
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module HawkularMetrics {
//disable debug info
//NOTE: tools like Batarang and Protractor may not work properly with this debug info off
//However, this can be turned back on at runtime in the js console by typing: angular.reloadWithDebugInfo()
$compileProvider.debugInfoEnabled(true);
$compileProvider.debugInfoEnabled(false);
}]);

_module.config(['$httpProvider', '$locationProvider', '$routeProvider',
Expand Down
4 changes: 0 additions & 4 deletions console/src/main/scripts/plugins/topology/less/topology.less
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,4 @@ hawkular-topology-icon:hover use {
line-height: 50px;
width: 50%;
}
}

.topologyHoverLabel {
width: 140px;
}

0 comments on commit 1f92c37

Please sign in to comment.