Repository: ambari
Updated Branches:
  refs/heads/trunk 3b97791b0 -> 87e16d06a


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/87e16d06
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/87e16d06
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/87e16d06

Branch: refs/heads/trunk
Commit: 87e16d06a4b5ab2101690cedb7168af5854bb638
Parents: 3b97791
Author: Yusaku Sako <[email protected]>
Authored: Mon Mar 17 01:46:16 2014 -0700
Committer: Yusaku Sako <[email protected]>
Committed: Mon Mar 17 01:46:16 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/utils/batch_scheduled_requests.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/87e16d06/ambari-web/app/utils/batch_scheduled_requests.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/batch_scheduled_requests.js 
b/ambari-web/app/utils/batch_scheduled_requests.js
index 62e538c..dda134b 100644
--- a/ambari-web/app/utils/batch_scheduled_requests.js
+++ b/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() {

Reply via email to