Softens the insecure warning on the HTTP login page a bit (#3258)

This commit is contained in:
yubiuser
2025-02-25 22:39:55 +01:00
committed by GitHub
+3 -6
View File
@@ -26,13 +26,10 @@ mg.include('scripts/lua/header.lp','r')
<div class="text-center form-group has-error" id="dns-failure-label" style="display: none;">
<label>DNS Server failure detected, log in to see Pi-hole diagnosis messages</label>
</div>
<div class="text-center form-group has-error" id="insecure-box" style="display: none;">
<div class="box box-danger">
<div class="box-header with-border pointer no-user-select">
<h3 class="box-title has-error control-label"><i class="fa fa-fw fa-triangle-exclamation"></i>&nbsp;&nbsp;Insecure network connection&nbsp;&nbsp;<i class="fa fa-fw fa-triangle-exclamation"></i></h3>
</div>
<div class="text-center form-group has-warning" id="insecure-box" style="display: none;">
<div class="box box-warning">
<div class="box-body">
<p>Consider upgrading to <a href="#" id="https-link">HTTPS</a> (end-to-end encryption)</p>
Consider upgrading to <a href="#" id="https-link">HTTPS</a> (end-to-end encryption)
</div>
</div>
</div>