We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f547c0d + 02d01e4 commit 786f067Copy full SHA for 786f067
app/scripts/controllers/SysinfoController.coffee
@@ -54,11 +54,11 @@ angular.module('neo4jApp.controllers')
54
$scope.sysinfo.cache.available = true
55
for a in r.attributes
56
$scope.sysinfo.cache[a.name] = a.value
57
- else if "org.neo4j:instance=kernel#0,name=Transactions"
+ else if r.name == "org.neo4j:instance=kernel#0,name=Transactions"
58
$scope.sysinfo.tx.available = true
59
60
$scope.sysinfo.tx[a.name] = a.value
61
- else if "org.neo4j:instance=kernel#0,name=High Availability"
+ else if r.name == "org.neo4j:instance=kernel#0,name=High Availability"
62
$scope.sysinfo.ha.clustered = true
63
64
if a.name is "InstancesInCluster"
0 commit comments