ability to change Let's Encrypt webroot

fixes #64
This commit is contained in:
Bálint Szekeres
2019-06-05 17:12:34 +02:00
parent 837f9e33a8
commit 7476c194cb
4 changed files with 16 additions and 4 deletions

View File

@@ -649,6 +649,17 @@
</div>
</div>
</div>
<div class="form-group row" ng-class="{ disabled: !hasCertLetsEncrypt() }">
<label class="col-sm-3 col-form-label col-form-label-sm">
Let's Encrypt webroot
</label>
<div class="col-sm-9">
<input type="text"
class="form-control form-control-sm"
ng-model="data.directory_letsencrypt"
ng-class="{ 'input-changed': data.directory_letsencrypt !== defaultData.directory_letsencrypt }">
</div>
</div>
</div>
<div class="tab-pane tab-security" ng-class="{ 'active': tab_common === 'security' }">
<div class="form-group row">