|
@@ -698,9 +698,9 @@ App.ServiceConfigProperty = Ember.Object.extend({
|
|
break;
|
|
break;
|
|
case '*.falcon.graph.storage.directory':
|
|
case '*.falcon.graph.storage.directory':
|
|
case '*.falcon.graph.serialize.path':
|
|
case '*.falcon.graph.serialize.path':
|
|
- components = masterComponentHostsInDB.findProperty('componentName', 'FALCON_SERVER');
|
|
|
|
- components.hosts.forEach(function (host) {
|
|
|
|
- setOfHostNames.push(host.hostName);
|
|
|
|
|
|
+ components = masterComponentHostsInDB.filterProperty('component', 'FALCON_SERVER');
|
|
|
|
+ components.forEach(function (component) {
|
|
|
|
+ setOfHostNames.push(component.hostName);
|
|
}, this);
|
|
}, this);
|
|
break;
|
|
break;
|
|
case 'log.dirs':
|
|
case 'log.dirs':
|