瀏覽代碼

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

Jaimin Jetly 11 年之前
父節點
當前提交
084f4a8853

+ 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() {