|
@@ -313,8 +313,8 @@ App.ConfigGroupDropdownView = Ember.TextField.extend({
|
|
*/
|
|
*/
|
|
disabled: function () {
|
|
disabled: function () {
|
|
if (this.get('controller.isInstaller')) return false;
|
|
if (this.get('controller.isInstaller')) return false;
|
|
- return !this.get('controller.versionLoaded');
|
|
|
|
- }.property('controller.versionLoaded', 'controller.isInstaller'),
|
|
|
|
|
|
+ return !this.get('controller.versionLoaded') || this.get('controller.isHostsConfigsPage');
|
|
|
|
+ }.property('controller.versionLoaded', 'controller.isInstaller', 'controller.isHostsConfigsPage'),
|
|
|
|
|
|
didInsertElement: function() {
|
|
didInsertElement: function() {
|
|
var self = this;
|
|
var self = this;
|