mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-19 18:19:19 +08:00
typo fix
This commit is contained in:
@@ -176,8 +176,7 @@
|
|||||||
<div class="col-sm-9">
|
<div class="col-sm-9">
|
||||||
<div class="form-check" ng-class="{ 'input-changed': data.https !== defaultData.https }">
|
<div class="form-check" ng-class="{ 'input-changed': data.https !== defaultData.https }">
|
||||||
<input class="form-check-input" type="checkbox" id="https" ng-model="data.https">
|
<input class="form-check-input" type="checkbox" id="https" ng-model="data.https">
|
||||||
<label class="form-check-label" for="https">enabled</span>
|
<label class="form-check-label" for="https">enabled</label>
|
||||||
</label>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user