mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
@@ -41,6 +41,7 @@ $(function () {
|
|||||||
{ data: "valid", render: renderBool },
|
{ data: "valid", render: renderBool },
|
||||||
{ data: null },
|
{ data: null },
|
||||||
{ data: "app", render: renderBool },
|
{ data: "app", render: renderBool },
|
||||||
|
{ data: "cli", render: renderBool },
|
||||||
{ data: "login_at", render: utils.renderTimestamp },
|
{ data: "login_at", render: utils.renderTimestamp },
|
||||||
{ data: "valid_until", render: utils.renderTimestamp },
|
{ data: "valid_until", render: utils.renderTimestamp },
|
||||||
{ data: "remote_addr", type: "ip-address" },
|
{ data: "remote_addr", type: "ip-address" },
|
||||||
@@ -85,7 +86,7 @@ $(function () {
|
|||||||
'">' +
|
'">' +
|
||||||
'<span class="far fa-trash-alt"></span>' +
|
'<span class="far fa-trash-alt"></span>' +
|
||||||
"</button>";
|
"</button>";
|
||||||
$("td:eq(9)", row).html(button);
|
$("td:eq(10)", row).html(button);
|
||||||
if (data.current_session) {
|
if (data.current_session) {
|
||||||
ownSessionID = data.id;
|
ownSessionID = data.id;
|
||||||
$(row).addClass("text-bold allowed-row");
|
$(row).addClass("text-bold allowed-row");
|
||||||
|
|||||||
@@ -177,6 +177,7 @@ mg.include('scripts/pi-hole/lua/settings_header.lp','r')
|
|||||||
<th title="Session is still valid (neither expired nor closed)">Valid</th>
|
<th title="Session is still valid (neither expired nor closed)">Valid</th>
|
||||||
<th title="Connection between client and Pi-hole is end-to-end encrypted">TLS</th>
|
<th title="Connection between client and Pi-hole is end-to-end encrypted">TLS</th>
|
||||||
<th title="Session used application password during authentication"><i class="fas fa-robot"></i></th>
|
<th title="Session used application password during authentication"><i class="fas fa-robot"></i></th>
|
||||||
|
<th title="Session used CLI password during authentication"><i class="fas fa-terminal"></i></th>
|
||||||
<th title="Time at which the client created the session">Login at</th>
|
<th title="Time at which the client created the session">Login at</th>
|
||||||
<th title="Time at which the session expires (if not prolonged)">Valid until</th>
|
<th title="Time at which the session expires (if not prolonged)">Valid until</th>
|
||||||
<th title="The client that created this session (the current connection is highlighted in bold-face)">Client IP</th>
|
<th title="The client that created this session (the current connection is highlighted in bold-face)">Client IP</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user