VPN/IPsec new MVC module - missing selectpicker class in local/remote pubkeys selection

This commit is contained in:
Ad Schellevis 2022-12-19 17:51:04 +01:00
parent 6f46fe3080
commit de85da9956
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
<label>Public Keys</label>
<type>select_multiple</type>
<help>List of raw public key candidates to use for authentication.</help>
<style>local_auth local_auth_pubkey</style>
<style>local_auth selectpicker local_auth_pubkey</style>
</field>
<field>
<id>local.description</id>

View File

@ -52,7 +52,7 @@
<label>Public Keys</label>
<type>select_multiple</type>
<help>List of raw public key candidates to use for authentication.</help>
<style>remote_auth remote_auth_pubkey</style>
<style>remote_auth selectpicker remote_auth_pubkey</style>
</field>
<field>
<id>remote.description</id>