mirror of https://github.com/rancher/ui.git
16 lines
429 B
Handlebars
16 lines
429 B
Handlebars
<section class="header">
|
|
<h1>
|
|
{{t "clustersPage.editClusterName" name=model.originalCluster.displayName}} ({{driver-name provider}})
|
|
</h1>
|
|
</section>
|
|
|
|
<CruCluster
|
|
@applyClusterTemplate={{not (is-empty clusterTemplateRevision)}}
|
|
@clusterTemplateRevisionId={{mut clusterTemplateRevision}}
|
|
@model={{model}}
|
|
@initialProvider={{cluster.provider}}
|
|
@provider={{provider}}
|
|
@mode="edit"
|
|
@close={{action "close"}}
|
|
/>
|