فهرست منبع

AMBARI-6199. ListBoxes with hostnames on 'Select Hosts' page of 'Enable NameNode HA Wizard' do not work. (jaimin)

Jaimin Jetly 11 سال پیش
والد
کامیت
084f4a8853
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      ambari-web/app/templates/main/admin/highAvailability/step2.hbs
  2. 1 1
      ambari-web/app/views/wizard/step5_view.js

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

@@ -40,7 +40,7 @@
             optionValuePath="content.host_name"
             optionLabelPath="content.host_info"
             selectedHostBinding="selectedHost"
-            componentNameBinding="component_name"
+            componentBinding="this"
             class="host-select"
             zIdBinding="zId"
             disabledBinding="isInstalled"

+ 1 - 1
ambari-web/app/views/wizard/step5_view.js

@@ -24,7 +24,7 @@ App.WizardStep5View = Em.View.extend({
 
   /**
    * If install more than 25 hosts, should use App.InputHostView for hosts selection
-   * Othervise - App.SelectHostView
+   * Otherwise - App.SelectHostView
    * @type {bool}
    */
   shouldUseInputs: function() {