mirror of https://github.com/rancher/ui.git
19 lines
384 B
Handlebars
19 lines
384 B
Handlebars
{{#if (or applyClusterTemplate clusterTemplateCreate)}}
|
|
{{#if applyClusterTemplate}}
|
|
{{#if computedOverrideAllowed}}
|
|
{{yield}}
|
|
{{else}}
|
|
<div>
|
|
{{#if computedState}}
|
|
{{t "generic.enabled"}}
|
|
{{else}}
|
|
{{t "generic.disabled"}}
|
|
{{/if}}
|
|
</div>
|
|
{{/if}}
|
|
{{else}}
|
|
{{yield}}
|
|
{{/if}}
|
|
{{else}}
|
|
{{yield}}
|
|
{{/if}} |