@@ -26,6 +26,7 @@ App.HighAvailabilityWizardStep3Controller = Em.Controller.extend({
haConfig: $.extend(true, {}, require('data/HDP2/ha_properties').haConfig),
once: false,
isLoaded: false,
+ versionLoaded: true,
clearStep: function () {
this.get('stepConfigs').clear();
@@ -23,6 +23,8 @@ App.RMHighAvailabilityWizardStep3Controller = Em.Controller.extend({
selectedService: null,
+
loadStep: function () {
this.renderConfigs();
},
@@ -58,7 +58,7 @@ App.HostComponent = DS.Model.extend({
*/
isMaster: function () {
return App.get('components.masters').contains(this.get('componentName'));
- }.property('componentName'),
+ }.property('componentName', 'App.components.masters'),
/**
* Determine if component is slave