فهرست منبع

AMBARI-6742. 'Next' button in HA wizard | ConfigureComponentsPage displays in wrong side. (Max Shepel via akovalenko)

Aleksandr Kovalenko 10 سال پیش
والد
کامیت
157f5ff441
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ambari-web/app/templates/main/admin/highAvailability/progress.hbs

+ 1 - 1
ambari-web/app/templates/main/admin/highAvailability/progress.hbs

@@ -58,6 +58,6 @@
   {{/view}}
   {{/each}}
   <div class="btn-area">
-    <button class=":btn :btn-success :pull-right" {{bindAttr disabled="controller.isSubmitDisabled"}} {{action done target="controller"}}>{{view.submitButtonText}}</button>
+    <button class="btn btn-success pull-right" {{bindAttr disabled="controller.isSubmitDisabled"}} {{action done target="controller"}}>{{view.submitButtonText}}</button>
   </div>
 </div>