@@ -69,7 +69,7 @@ OpenConnect est un serveur VPN extrêmement performant et léger qui offre une c
69
69
#### OpenConnect CLI
70
70
71
71
<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 >
73
73
{% for client in vpn_client_pkcs 12_password_list .results %}
74
74
<option value =" macos-cli-{{ client.client_name.stdout }}" >
75
75
{{ loop.index }} - {{ client.client_name.stdout }}
@@ -133,7 +133,7 @@ Vous devriez être prêt à partir ! Vous pouvez vérifier que votre trafic est
133
133
#### OpenConnect CLI
134
134
135
135
<select id =" linux-cli-select" onchange =" showInstructions(this)" >
136
- <option value =" linux-cli-none" ></option >
136
+ <option value =" linux-cli-none" >- Profile clients... </option >
137
137
{% for client in vpn_client_pkcs 12_password_list .results %}
138
138
<option value =" linux-cli-{{ client.client_name.stdout }}" >
139
139
{{ loop.index }} - {{ client.client_name.stdout }}
@@ -170,7 +170,7 @@ Vous devriez être prêt à partir ! Vous pouvez vérifier que votre trafic est
170
170
### Android ###
171
171
172
172
<select id =" android-select" onchange =" showInstructions(this)" >
173
- <option value =" android-select-none" ></option >
173
+ <option value =" android-select-none" >- Profile clients... </option >
174
174
{% for client in vpn_client_pkcs 12_password_list .results %}
175
175
<option value =" android-select-{{ client.client_name.stdout }}" >
176
176
{{ loop.index }} - {{ client.client_name.stdout }}
@@ -227,7 +227,7 @@ Si vous êtes affecté, vous pouvez utiliser cette solution alternatif:
227
227
### iOS ###
228
228
229
229
<select id =" ios-select" onchange =" showInstructions(this)" >
230
- <option value =" ios-select-none" ></option >
230
+ <option value =" ios-select-none" >- Profile clients... </option >
231
231
{% for client in vpn_client_pkcs 12_password_list .results %}
232
232
<option value =" ios-select-{{ client.client_name.stdout }}" >
233
233
{{ loop.index }} - {{ client.client_name.stdout }}
0 commit comments