mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Emphasize whole row for current client in API session table (#2865)
This commit is contained in:
@@ -88,11 +88,8 @@ $(function () {
|
||||
$("td:eq(9)", row).html(button);
|
||||
if (data.current_session) {
|
||||
ownSessionID = data.id;
|
||||
$("td:eq(7)", row).html(
|
||||
'<strong title="This is the session you are currently using for the web interface">' +
|
||||
data.remote_addr +
|
||||
"</strong>"
|
||||
);
|
||||
$(row).addClass("text-bold");
|
||||
$(row).attr("title", "This is the session you are currently using for the web interface");
|
||||
}
|
||||
|
||||
let icon = "";
|
||||
|
||||
Reference in New Issue
Block a user