Merge branch 'master' into authenticated-sessions

This commit is contained in:
Jens Langhammer 2021-05-30 00:23:09 +02:00
commit 5e43eb9838
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ export class ProxyProviderFormPage extends ModelForm<ProxyProvider, number> {
label=${t`Certificate`}
name="certificate">
<select class="pf-c-form-control">
<option value="" ?selected=${this.instance?.certificate === undefined}>---------</option>
${until(new CryptoApi(DEFAULT_CONFIG).cryptoCertificatekeypairsList({
ordering: "pk",
hasKey: "true",