You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2017/01/17 17:50:39 UTC

ambari git commit: AMBARI-19591. Ranger Admin HA Wizard: next button disappears (akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 83716672e -> e83837e10


AMBARI-19591. Ranger Admin HA Wizard: next button disappears (akovalenko)


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

Branch: refs/heads/trunk
Commit: e83837e1092f8eebc3e942a5d7f21e9749c0a12d
Parents: 8371667
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Tue Jan 17 19:50:18 2017 +0200
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Tue Jan 17 19:50:18 2017 +0200

----------------------------------------------------------------------
 .../main/admin/highAvailability/rangerAdmin/step1.hbs          | 6 ++++--
 .../main/admin/highAvailability/rangerAdmin/step3.hbs          | 1 -
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e83837e1/ambari-web/app/templates/main/admin/highAvailability/rangerAdmin/step1.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/main/admin/highAvailability/rangerAdmin/step1.hbs b/ambari-web/app/templates/main/admin/highAvailability/rangerAdmin/step1.hbs
index ed7098c..a076629 100644
--- a/ambari-web/app/templates/main/admin/highAvailability/rangerAdmin/step1.hbs
+++ b/ambari-web/app/templates/main/admin/highAvailability/rangerAdmin/step1.hbs
@@ -39,6 +39,8 @@ right ownership.  The ASF licenses this file
     </div>
   </div>
 </div>
-<div class="btn-area" class="wizard-footer col-md-12">
-  <button class="btn btn-success pull-right" {{bindAttr disabled="isSubmitDisabled"}} {{action next}}>{{t common.next}} &rarr;</button>
+<div class="wizard-footer col-md-12">
+  <div class="btn-area">
+    <button class="btn btn-success pull-right" {{bindAttr disabled="isSubmitDisabled"}} {{action next}}>{{t common.next}} &rarr;</button>
+  </div>
 </div>

http://git-wip-us.apache.org/repos/asf/ambari/blob/e83837e1/ambari-web/app/templates/main/admin/highAvailability/rangerAdmin/step3.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/main/admin/highAvailability/rangerAdmin/step3.hbs b/ambari-web/app/templates/main/admin/highAvailability/rangerAdmin/step3.hbs
index 5342728..ce71f69 100644
--- a/ambari-web/app/templates/main/admin/highAvailability/rangerAdmin/step3.hbs
+++ b/ambari-web/app/templates/main/admin/highAvailability/rangerAdmin/step3.hbs
@@ -62,4 +62,3 @@
     <a class="btn btn-success pull-right" {{action next}}>{{t common.next}} &rarr;</a>
   </div>
 </div>
-