1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-10-30 23:57:54 +02:00

Move flag in front of IP

This commit is contained in:
Thomas Mills
2025-10-08 21:16:32 +01:00
parent 5c9f387d94
commit c443a9400a

View File

@@ -105,7 +105,7 @@ jQuery(function($){
$(".last-sasl-login").append(`
<li class="list-group-item d-flex justify-content-between align-items-start">
<div class="ms-2 me-auto d-flex flex-column">
<div class="fw-bold">` + real_rip + ip_location + `</div>
<div class="fw-bold">` + ip_location + real_rip + `</div>
<small class="fst-italic mt-2">` + service + ` ` + local_datetime + `</small>` + app_password + `
</div>
</li>