7eb462454b
* Validation tests for secure variables form: duplicate path error * Validation for dot in key name * Defensive pattern on copy keyValues
16 lines
372 B
Handlebars
16 lines
372 B
Handlebars
{{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}} @existingVariables={{this.existingVariables}} />
|