mirror of https://github.com/rancher/ui.git
13 lines
332 B
Handlebars
13 lines
332 B
Handlebars
{{stack-header model=model.stack all=model.all.stacks}}
|
|
|
|
<section>
|
|
{{#each model.templates as |tpl|}}
|
|
<div>
|
|
<h2>
|
|
{{tpl.file}} {{copy-to-clipboard clipboardText=tpl.contents size='small'}}
|
|
</h2>
|
|
{{code-block language=(if tpl.isYaml 'yaml' 'bash') code=tpl.contents}}
|
|
</div>
|
|
{{/each}}
|
|
</section>
|