@@ -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"
@@ -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() {