[Web] Show users the last known connections for SASL authentication

[Web] Feature: Log SASL authentication
This commit is contained in:
andryyy
2021-06-04 14:29:39 +02:00
parent 51e3521aac
commit 2d55b54904
13 changed files with 329 additions and 59 deletions

View File

@@ -132,7 +132,7 @@ table.footable > tbody > tr.footable-empty > th {
content: "\f52a";
}
.fooicon-remove:before {
content: "\f64f";
content: "\f62a";
}
.fooicon-sort:before {
content: "\f3c6";
@@ -147,7 +147,7 @@ table.footable > tbody > tr.footable-empty > th {
content: "\f4c9";
}
.fooicon-trash:before {
content: "\f64f";
content: "\f62a";
}
.fooicon-eye-close:before {
content: "\f33f";

View File

@@ -111,4 +111,12 @@ border-bottom-width: 3px;
padding: .1em .5em .1em;
font-size: inherit;
font-weight: 400;
}
.clear-last-logins {
cursor: pointer;
margin-top: 10px;
font-size:90%;
font-style: italic;
color: #158cba;
user-select:none;
}