Added HD icon to login log.

Ylian Saint-Hilaire committed Feb 26, 2021 at 01:39 UTC 6acc39981447c0772e897db1866719e73445ce70
1 file changed +1 -1
views/default.handlebars
+1 -1
@@ -3282,7 +3282,7 @@
3282 if (m == 107) { m = "Valid login"; c = 'BBD1BB'; xx = ''; }
3283 else if (m == 108) { m = "Invalid password"; c ='E1BBBB'; xx = 'x'; }
3284 else if (m == 110) { m = "Invalid 2FA"; c = 'DD9DC3'; xx = 'x'; }
3285 - x += '<tr><td><img src=images/user-32' + xx + '.png height=32 width=32 style=float:left><td><div style=width:300px;background-color:#' + c + ';border-radius:6px;margin-bottom:4px;padding:4px><div>' + printDateTime(new Date(message.events[i].t)) + ', <b>' + EscapeHtml(m) + '</b></div><div style=font-size:x-small>' + EscapeHtml(message.events[i].a.join(', ')) + '</div></div></tr>';
3285 + x += '<tr><td><img src=images/user-32' + xx + '.png height=32 width=32 style=float:left srcset="images/user-64' + xx + '.png 2x"><td><div style=width:300px;background-color:#' + c + ';border-radius:6px;margin-bottom:4px;padding:4px><div>' + printDateTime(new Date(message.events[i].t)) + ', <b>' + EscapeHtml(m) + '</b></div><div style=font-size:x-small>' + EscapeHtml(message.events[i].a.join(', ')) + '</div></div></tr>';
3286 }
3287 x += '</table></div>';
3288 }