{{t installer.step5.header}}

{{t installer.step5.body}}
{{#each selectedServicesMasters}}
{{view App.SelectHostView contentBinding="availableHosts" optionValuePath="content.host_name" optionLabelPath="content.host_info" selectedHostBinding="selectedHost" serviceNameBinding="component_name" zIdBinding="zId" }} {{#if showAddControl}} {{view App.AddControlView componentNameBinding="component_name" }} {{/if}} {{#if showRemoveControl}} {{view App.RemoveControlView zIdBinding="zId" }} {{/if}}
{{/each}}
{{#each masterHostMapping}}
{{host_name}}{{hostInfo}}
{{#each masterServices}} {{component_name}} {{/each}}
{{/each}} {{#if remainingHosts}}
{{remainingHosts}} {{t installer.step5.attention}}
{{/if}}
← Back Next →