7ddc4c8359
* Route init * Bones of a mirage-mocked secure variables policy * Functinoing policy for list vars * Delog and transition on route * Basic guard test * Page guard tests for secure variables * Cleanup and unit tests for variables ability * Linter cleanup * Set expectations for test assertions * PR feedback addressed * Read label changed to View per suggestion
16 lines
445 B
Handlebars
16 lines
445 B
Handlebars
{{page-title "Secure Variables"}}
|
|
<section class="section">
|
|
{{#if this.isForbidden}}
|
|
<ForbiddenMessage />
|
|
{{else}}
|
|
<div class="empty-message">
|
|
<h3 data-test-empty-volumes-list-headline class="empty-message-headline">
|
|
No Secure Variables
|
|
</h3>
|
|
<p class="empty-message-body">
|
|
Get started by <LinkTo @route="variables">creating a new secure variable</LinkTo>
|
|
</p>
|
|
</div>
|
|
{{/if}}
|
|
</section>
|