Selaa lähdekoodia

AMBARI-5090. Info dialog for turning on MM does not need cancel button. (xiwang via yusaku)

Yusaku Sako 11 vuotta sitten
vanhempi
commit
87e16d06a4
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      ambari-web/app/utils/batch_scheduled_requests.js

+ 1 - 0
ambari-web/app/utils/batch_scheduled_requests.js

@@ -312,6 +312,7 @@ module.exports = {
     var enabled = passiveState == 'OFF' ? 'enabled' : 'suppressed';
     App.ModalPopup.show({
       header: Em.I18n.t('common.information'),
+      secondary: null,
       bodyClass: Ember.View.extend({
         template: Ember.Handlebars.compile('<p>{{view.message}}</p>'),
         message: function() {