open-vault/ui/app/templates/vault/cluster/settings/configure-secret-backend/section.hbs

8 lines
235 B
Handlebars
Raw Normal View History

2018-04-03 14:16:57 +00:00
{{#if (eq model.backendType "pki")}}
{{#if (eq model.section "cert")}}
{{config-pki-ca config=model onRefresh=onRefresh}}
{{else}}
{{config-pki config=model onRefresh=onRefresh section=model.section}}
{{/if}}
{{/if}}