@@ -69,7 +69,7 @@ OpenConnect est un serveur VPN extrêmement performant et léger qui offre une c
6969#### OpenConnect CLI
7070
7171<select id =" macos-cli-select" onchange =" showInstructions(this)" >
72- <option value =" macos-cli-none" selected ></option >
72+ <option value =" macos-cli-none" selected >- Profile clients... </option >
7373{% for client in vpn_client_pkcs 12_password_list .results %}
7474 <option value =" macos-cli-{{ client.client_name.stdout }}" >
7575 {{ loop.index }} - {{ client.client_name.stdout }}
@@ -133,7 +133,7 @@ Vous devriez être prêt à partir ! Vous pouvez vérifier que votre trafic est
133133#### OpenConnect CLI
134134
135135<select id =" linux-cli-select" onchange =" showInstructions(this)" >
136- <option value =" linux-cli-none" ></option >
136+ <option value =" linux-cli-none" >- Profile clients... </option >
137137{% for client in vpn_client_pkcs 12_password_list .results %}
138138 <option value =" linux-cli-{{ client.client_name.stdout }}" >
139139 {{ loop.index }} - {{ client.client_name.stdout }}
@@ -170,7 +170,7 @@ Vous devriez être prêt à partir ! Vous pouvez vérifier que votre trafic est
170170### Android ###
171171
172172<select id =" android-select" onchange =" showInstructions(this)" >
173- <option value =" android-select-none" ></option >
173+ <option value =" android-select-none" >- Profile clients... </option >
174174{% for client in vpn_client_pkcs 12_password_list .results %}
175175 <option value =" android-select-{{ client.client_name.stdout }}" >
176176 {{ loop.index }} - {{ client.client_name.stdout }}
@@ -227,7 +227,7 @@ Si vous êtes affecté, vous pouvez utiliser cette solution alternatif:
227227### iOS ###
228228
229229<select id =" ios-select" onchange =" showInstructions(this)" >
230- <option value =" ios-select-none" ></option >
230+ <option value =" ios-select-none" >- Profile clients... </option >
231231{% for client in vpn_client_pkcs 12_password_list .results %}
232232 <option value =" ios-select-{{ client.client_name.stdout }}" >
233233 {{ loop.index }} - {{ client.client_name.stdout }}
0 commit comments