You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2017/02/25 12:16:44 UTC

ambari git commit: AMBARI-20195 Ambari Web unit tests aren't running. (ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 11a7651c8 -> fb1c95f71


AMBARI-20195 Ambari Web unit tests aren't running. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: fb1c95f71db72e2f093157748d0a3cc8caf9ccd4
Parents: 11a7651
Author: ababiichuk <ab...@hortonworks.com>
Authored: Sat Feb 25 13:46:57 2017 +0200
Committer: ababiichuk <ab...@hortonworks.com>
Committed: Sat Feb 25 14:22:54 2017 +0200

----------------------------------------------------------------------
 ambari-web/app/views/common/buttons/wizard_buttons.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/fb1c95f7/ambari-web/app/views/common/buttons/wizard_buttons.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/common/buttons/wizard_buttons.js b/ambari-web/app/views/common/buttons/wizard_buttons.js
index a2093d7..39da7c1 100644
--- a/ambari-web/app/views/common/buttons/wizard_buttons.js
+++ b/ambari-web/app/views/common/buttons/wizard_buttons.js
@@ -30,8 +30,7 @@ App.WizardNextButton = App.ButtonProgressView.extend({
 App.WizardBackButton = App.ButtonProgressView.extend({
   classNames: ['pull-left'],
   isInProgressBinding: 'App.router.backBtnClickInProgress',
-  buttonClassNames: ['btn-default'],
   template: Em.Handlebars.compile('&larr; {{t common.back}}'),
-  buttonClassNames: 'pull-left',
+  buttonClassNames: 'btn-default pull-left',
   disabledBinding: 'controller.isBackButtonDisabled'
 });