Emphasize whole row for current client

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-11-21 21:40:18 +00:00
parent 42395e14bc
commit 89873c226a

View File

@@ -88,11 +88,10 @@ $(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>"
);
$("td", row).each(function () {
$(this).addClass("text-bold");
$(this).attr("title", "This is the session you are currently using for the web interface");
});
}
let icon = "";