7eb462454b
* Validation tests for secure variables form: duplicate path error * Validation for dot in key name * Defensive pattern on copy keyValues
10 lines
273 B
Handlebars
10 lines
273 B
Handlebars
{{page-title "New Secure Variable"}}
|
|
<Breadcrumb @crumb={{hash label="New" args=(array "variables.new")}} />
|
|
<section class="section">
|
|
<SecureVariableForm
|
|
@model={{this.model}}
|
|
@path={{this.path}}
|
|
@existingVariables={{this.existingVariables}}
|
|
/>
|
|
</section>
|