Browse Source

Move flag in front of IP

Thomas Mills 1 week ago
parent
commit
c443a9400a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/web/js/site/user.js

+ 1 - 1
data/web/js/site/user.js

@@ -105,7 +105,7 @@ jQuery(function($){
               $(".last-sasl-login").append(`
               $(".last-sasl-login").append(`
                 <li class="list-group-item d-flex justify-content-between align-items-start">
                 <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="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 + `
                     <small class="fst-italic mt-2">` + service + ` ` + local_datetime + `</small>` + app_password + `
                   </div>
                   </div>
                 </li>
                 </li>