NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

Move flag in front of IP

c443a940
Thomas Mills <[email protected]> 10 months ago
data/web/js/site/user.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Diff

diff --git a/data/web/js/site/user.js b/data/web/js/site/user.js
index 92e49595..0bff5e05 100644
--- a/data/web/js/site/user.js
+++ b/data/web/js/site/user.js
@@ -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>