|
@@ -311,6 +311,10 @@ module.exports = Em.Application.create({
|
|
* @type {Em.Object}
|
|
* @type {Em.Object}
|
|
*/
|
|
*/
|
|
components: Em.Object.create({
|
|
components: Em.Object.create({
|
|
|
|
+ isMasterAddableOnlyOnHA: function () {
|
|
|
|
+ return App.StackServiceComponent.find().filterProperty('isMasterAddableOnlyOnHA').mapProperty('componentName')
|
|
|
|
+ }.property('App.router.clusterController.isLoaded'),
|
|
|
|
+
|
|
allComponents: function () {
|
|
allComponents: function () {
|
|
return App.StackServiceComponent.find().mapProperty('componentName')
|
|
return App.StackServiceComponent.find().mapProperty('componentName')
|
|
}.property('App.router.clusterController.isLoaded'),
|
|
}.property('App.router.clusterController.isLoaded'),
|