a4270c7701
* reroute pki config routes * issuers routes * refactor role routes * add issuer/generate- routes * update key routes * refactor cert routes; * template cleanup, update routes * update component names with pki- * update components in test files
39 lines
882 B
Handlebars
39 lines
882 B
Handlebars
<SecretListHeader
|
|
@model={{this.model}}
|
|
@backendCrumb={{hash
|
|
label=this.model.id
|
|
text=this.model.id
|
|
path="vault.cluster.secrets.backend.list-root"
|
|
model=this.model.id
|
|
}}
|
|
@isEngine={{true}}
|
|
/>
|
|
<Toolbar>
|
|
<ToolbarActions>
|
|
<ToolbarLink @route="configuration.tidy">
|
|
Tidy
|
|
</ToolbarLink>
|
|
<ToolbarLink @route="configuration.edit">
|
|
Edit configuration
|
|
</ToolbarLink>
|
|
</ToolbarActions>
|
|
</Toolbar>
|
|
|
|
<div class="form-section">
|
|
<label class="title has-padding-top is-5">
|
|
URLs
|
|
</label>
|
|
</div>
|
|
<div class="form-section">
|
|
<label class="title has-padding-top is-5">
|
|
CRL
|
|
</label>
|
|
</div>
|
|
<div class="form-section">
|
|
<label class="title has-padding-top is-5">
|
|
Mount Configuration
|
|
</label>
|
|
<div class="box is-fullwidth is-sideless is-paddingless is-marginless">
|
|
{{! ARG TODO component and empty state }}
|
|
</div>
|
|
</div> |