8 lines
235 B
Handlebars
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}}
|