Emphasize whole row for current client in API session table (#2865)

This commit is contained in:
yubiuser
2023-11-22 22:09:10 +01:00
committed by GitHub

View File

@@ -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 = "";