mirror of
https://github.com/pi-hole/web.git
synced 2026-07-10 00:13:58 +01:00
Softens the insecure warning on the HTTP login page a bit (#3258)
This commit is contained in:
@@ -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> Insecure network connection <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>
|
||||
|
||||
Reference in New Issue
Block a user