|
@@ -89,7 +89,7 @@ App.MainServiceItemView = Em.View.extend({
|
|
|
action: App.get('isHaEnabled') ? 'disableHighAvailability' : 'enableHighAvailability',
|
|
|
label: App.get('isHaEnabled') ? Em.I18n.t('admin.highAvailability.button.disable') : Em.I18n.t('admin.highAvailability.button.enable'),
|
|
|
cssClass: App.get('isHaEnabled') ? 'icon-arrow-down' : 'icon-arrow-up',
|
|
|
- isHidden: (App.get('isHaEnabled') && !App.get('supports.autoRollbackHA'))
|
|
|
+ isHidden: (App.get('isHaEnabled') || (/^1.3/.test(App.get('currentStackVersionNumber'))))
|
|
|
},
|
|
|
TOGGLE_RM_HA: {
|
|
|
action: 'enableRMHighAvailability',
|