[Web] Show users the last known connections for SASL authentication
[Web] Feature: Log SASL authentication
This commit is contained in:
@@ -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";
|
||||
|
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user