more stuff

This commit is contained in:
Curtis Castrapel
2018-04-10 16:04:07 -07:00
parent b2e6938815
commit b0bd0435c4
4 changed files with 21 additions and 42 deletions

View File

@ -234,18 +234,14 @@
</label>
</div>
</div>
<div class="col-sm-10">
<!-- two -->
<div class="form-group">
<label class="control-label col-sm-2">
DNS Provider
</label>
<div class="col-sm-10">
<select class="form-control" ng-model="selected" ng-options="item as item.name for item in dnsProviders"></select>
</div>
</div>
</div>
<!-- <div class="form-group">
<label class="control-label col-sm-2">
DNS Provider (Only needed for LetsEncrypt or ACME implementations)
</label>
<div class="col-sm-10">
<select class="form-control" ng-model="certificate.extensions.crlDistributionPoints.includeCrlDp"
ng-options="item for item in ['yes', 'no', 'default']"></select>
</div> -->
</div>
</div>
</div>