Update web/templates/tools/login_attempts.html
This commit is contained in:
parent
02e27760e9
commit
05806eca45
@ -4,14 +4,10 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="page-title">Security · Login Attempts (7 days)</h1>
|
<h1 class="page-title">Security · Login Attempts for the last 7 Days</h1>
|
||||||
|
|
||||||
<div class="card" style="padding:20px; width:100%;">
|
<div class="card" style="padding:20px; width:100%;">
|
||||||
|
|
||||||
<p class="muted" style="margin:0 0 16px;">
|
|
||||||
Showing successful and failed logins from the last week. Records older than 7 days are automatically removed.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div class="table-wrap" style="overflow-x:auto;">
|
<div class="table-wrap" style="overflow-x:auto;">
|
||||||
<table class="table" style="width:100%; border-collapse:separate; border-spacing:0 6px;">
|
<table class="table" style="width:100%; border-collapse:separate; border-spacing:0 6px;">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user