Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove cruft preventing fabric create page from showing properly
  • Loading branch information
gashcrumb committed Aug 28, 2013
1 parent 9a669ce commit 014514d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/fabric/js/navbar.ts
Expand Up @@ -16,7 +16,7 @@ module Fabric {
Fabric.containerWebAppURL(jolokia, "drools-wb-distribution-wars", containerId, onDroolsUrl, onDroolsUrl);
$scope.hasMetrics = workspace.treeContainsDomainAndProperties('org.elasticsearch', {service: 'restjmx'});
$scope.canUpload = workspace.treeContainsDomainAndProperties('io.hawt.jmx', {type: 'UploadManager'});
var ensembleContainers = jolokia.getAttribute(Fabric.clusterManagerMBean, "EnsembleContainers", {method: "GET"});

$scope.hasFabric = Fabric.hasFabric(workspace);
if (!$scope.hasFabric) {
$location.url("/fabric/create");
Expand Down

0 comments on commit 014514d

Please sign in to comment.