summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig/ad-start.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-05-04 17:29:28 +0200
committerSimon Rettberg2015-05-04 17:29:28 +0200
commit4fa951a30c9d6375f0f598827ce0b112659c5e24 (patch)
treee5a7c040a66017af80b0d46ce0cfeafed80fd45c /templates/sysconfig/ad-start.html
parent[lang/de]: ssh-Konfig: Typo korr. (diff)
downloadslx-admin-4fa951a30c9d6375f0f598827ce0b112659c5e24.tar.gz
slx-admin-4fa951a30c9d6375f0f598827ce0b112659c5e24.tar.xz
slx-admin-4fa951a30c9d6375f0f598827ce0b112659c5e24.zip
Add SSL support to AD wizard
Diffstat (limited to 'templates/sysconfig/ad-start.html')
-rw-r--r--templates/sysconfig/ad-start.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/sysconfig/ad-start.html b/templates/sysconfig/ad-start.html
index 587f15af..8ce92c25 100644
--- a/templates/sysconfig/ad-start.html
+++ b/templates/sysconfig/ad-start.html
@@ -54,6 +54,13 @@
</span>
</div>
<br>
+ <div class="checkbox">
+ <label>
+ <input type="checkbox" name="ssl" {{#ssl}}checked{{/ssl}}> {{lang_ssl}}
+ </label>
+ </div>
+ <div><i>{{lang_sslDescription}}</i></div>
+ <br>
<div class="pull-right">
<button type="submit" class="btn btn-primary">{{lang_next}} &raquo;</button>
</div>