You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2016/03/25 10:32:14 UTC

ambari git commit: AMBARI-15555. Select Service page: When AMS is not selected, Proceed Anyway text should be in warning color (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 99ffb6eb5 -> efd734739


AMBARI-15555. Select Service page: When AMS is not selected, Proceed Anyway text should be in warning color (alexantonenko)


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

Branch: refs/heads/trunk
Commit: efd734739281b37213b8b0cc929882c2ffbb4686
Parents: 99ffb6e
Author: Alex Antonenko <hi...@gmail.com>
Authored: Thu Mar 24 11:06:31 2016 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Fri Mar 25 11:32:09 2016 +0200

----------------------------------------------------------------------
 ambari-web/app/controllers/wizard/step4_controller.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/efd73473/ambari-web/app/controllers/wizard/step4_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/wizard/step4_controller.js b/ambari-web/app/controllers/wizard/step4_controller.js
index a8ad7fc..7cdbbba 100644
--- a/ambari-web/app/controllers/wizard/step4_controller.js
+++ b/ambari-web/app/controllers/wizard/step4_controller.js
@@ -508,6 +508,7 @@ App.WizardStep4Controller = Em.ArrayController.extend({
       header: Em.I18n.t('installer.step4.ambariMetricsCheck.popup.header'),
       body: Em.I18n.t('installer.step4.ambariMetricsCheck.popup.body'),
       primary: Em.I18n.t('common.proceedAnyway'),
+      primaryClass: 'btn-warning',
       onPrimary: function () {
         self.onPrimaryPopupCallback(callback);
         this.hide();