diff options
| author | Udo Walter | 2017-09-01 15:27:06 +0200 |
|---|---|---|
| committer | Udo Walter | 2017-09-01 15:27:06 +0200 |
| commit | 599c259845cd94a0bb64233b9935ea8c38be65b0 (patch) | |
| tree | f6b2601d774aa5a0ca8785015d997545ef9952f7 /modules-available/webinterface/templates/https.html | |
| parent | [js_stupidtable] changed one-line code to formatted code; (diff) | |
| parent | [locationinfo] Add backend for Microsoft Exchange Server (diff) | |
| download | slx-admin-599c259845cd94a0bb64233b9935ea8c38be65b0.tar.gz slx-admin-599c259845cd94a0bb64233b9935ea8c38be65b0.tar.xz slx-admin-599c259845cd94a0bb64233b9935ea8c38be65b0.zip | |
Merge remote-tracking branch 'origin/master' into permission-manager
Diffstat (limited to 'modules-available/webinterface/templates/https.html')
| -rw-r--r-- | modules-available/webinterface/templates/https.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules-available/webinterface/templates/https.html b/modules-available/webinterface/templates/https.html index 77585ddf..ecfe5f5d 100644 --- a/modules-available/webinterface/templates/https.html +++ b/modules-available/webinterface/templates/https.html @@ -78,6 +78,12 @@ MIIFfTCCA... {{lang_httpsRedirect}} </span> </div> + <div class="input-group"> + <span class="input-group-addon"><input id="usehsts" type="checkbox" name="usehsts" value="on" {{hsts_checked}}></span> + <span class="form-control" onclick="$('#usehsts').prop('checked', !$('#usehsts').prop('checked'))"> + {{lang_useHsts}} + </span> + </div> <br> <div class="pull-right"> |
