DB Sortsystem
Dieser Commit ist enthalten in:
@@ -18,17 +18,17 @@
|
||||
<div class="card-body">
|
||||
{% if blocked_ips %}
|
||||
<div class="table-responsive">
|
||||
<table class="table table-hover">
|
||||
<table class="table table-hover sortable-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>IP-Adresse</th>
|
||||
<th>Versuche</th>
|
||||
<th>Erster Versuch</th>
|
||||
<th>Letzter Versuch</th>
|
||||
<th>Gesperrt bis</th>
|
||||
<th>Letzter User</th>
|
||||
<th>Letzte Meldung</th>
|
||||
<th>Status</th>
|
||||
<th class="sortable">IP-Adresse</th>
|
||||
<th class="sortable" data-type="numeric">Versuche</th>
|
||||
<th class="sortable" data-type="date">Erster Versuch</th>
|
||||
<th class="sortable" data-type="date">Letzter Versuch</th>
|
||||
<th class="sortable" data-type="date">Gesperrt bis</th>
|
||||
<th class="sortable">Letzter User</th>
|
||||
<th class="sortable">Letzte Meldung</th>
|
||||
<th class="sortable">Status</th>
|
||||
<th>Aktionen</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren