|
@@ -38,6 +38,8 @@ App.WizardStep7Controller = Em.Controller.extend({
|
|
|
|
|
|
slaveHostToGroup: null,
|
|
|
|
|
|
+ secureConfigs: require('data/secure_mapping'),
|
|
|
+
|
|
|
isSubmitDisabled: function () {
|
|
|
return !this.stepConfigs.filterProperty('showConfig', true).everyProperty('errorCount', 0);
|
|
|
}.property('stepConfigs.@each.errorCount'),
|