{{#sortable-table classNames="grid" body=nodePools suffix=true search=false descending=descending bulkActions=false rowActions=false pagingLabel="pagination.nodePool" headers=headers as |sortable kind pool dt| }} {{#if (eq kind "row")}} {{node-pool-row addNodeTemplate=(action "addNodeTemplate") configAdvancedOptions=(action "configAdvancedOptions") filteredNodeTemplates=filteredNodeTemplates pool=pool removePool=(action "removePool") dt=dt mode=mode }} {{else if (eq kind "norows")}}
{{t "clusterNew.rke.helptext"}}
{{/if}} {{#if uniqueHostNameError}} {{#banner-message icon="icon-alert" color="bg-error"}}{{t "clusterNew.nodePools.errors.hostnamePrefix" }}
{{/banner-message}} {{/if}}