966c7dbf02
New look for the navbar and new functionality on mobile. Also includes new look for the mounts list and headers in secret engines.
13 lines
341 B
Handlebars
13 lines
341 B
Handlebars
{{#if (has-feature "Control Groups")}}
|
|
<PageHeader as |p|>
|
|
<p.levelLeft>
|
|
<h1 class="title is-3">
|
|
Control Groups
|
|
</h1>
|
|
</p.levelLeft>
|
|
</PageHeader>
|
|
<EditForm @model={{model}} @onSave={{action "onSave"}} />
|
|
{{else}}
|
|
<UpgradePage @title="Control Groups" @minimumEdition="Vault Enterprise Premium" />
|
|
{{/if}}
|