open-vault/ui/app/templates/vault/cluster/settings/configure-secret-backend/section.hbs
2018-04-03 09:16:57 -05:00

8 lines
235 B
Handlebars

{{#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}}