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/04/11 12:21:38 UTC

ambari git commit: AMBARI-15799. Validation issues popup should have "Continue Anyway" button is in green(success) color (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 026eef87f -> 878a0dd88


AMBARI-15799. Validation issues popup should have "Continue Anyway" button is in green(success) color (alexantonenko)


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

Branch: refs/heads/trunk
Commit: 878a0dd8829b97eb2741e8bcf2d0b357410a60da
Parents: 026eef8
Author: Alex Antonenko <hi...@gmail.com>
Authored: Mon Apr 11 12:33:02 2016 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Mon Apr 11 13:21:34 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/878a0dd8/ambari-web/app/controllers/wizard/step6_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/wizard/step6_controller.js b/ambari-web/app/controllers/wizard/step6_controller.js
index d4802d0..1e1feb5 100644
--- a/ambari-web/app/controllers/wizard/step6_controller.js
+++ b/ambari-web/app/controllers/wizard/step6_controller.js
@@ -842,6 +842,7 @@ App.WizardStep6Controller = Em.Controller.extend(App.BlueprintMixin, {
         primary: Em.I18n.t('common.continueAnyway'),
         header: Em.I18n.t('installer.step6.validationIssuesAttention.header'),
         body: Em.I18n.t('installer.step6.validationIssuesAttention'),
+        primaryClass: 'btn-danger',
         onPrimary: function () {
           this.hide();
           callback();