mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-23 12:29:27 +08:00
strong HTTPS label
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<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">
|
<label class="form-check-label" for="https">
|
||||||
<span tooltips tooltip-template="Provides support for HTTPS.<br><br><i>using Mozilla SSL config</i>">HTTPS</span>
|
<span tooltips tooltip-template="Provides support for HTTPS.<br><br><i>using Mozilla SSL config</i>"><strong>HTTPS</strong></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-subgroup" ng-if="isHTTPS()" ng-cloak>
|
<div class="form-subgroup" ng-if="isHTTPS()" ng-cloak>
|
||||||
|
Reference in New Issue
Block a user