open-nomad/ui/app/templates/variables/variable/edit.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
326 B
Handlebars
Raw Normal View History

{{page-title "Edit Secure Variable"}}
<h1 class="title">
<LinkTo class="back-link" @route="variables.variable.index">
<FlightIcon
@name="chevron-left"
@title="Back to {{this.model.path}}"
@size="24"
/>
</LinkTo>
Edit
{{this.model.path}}
</h1>
<SecureVariableForm @model={{this.model}} />