mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-19 06:53:14 +02:00
Implement version check on load, if the footer has data-update-check=true,it fetches /api/version and sets the version badge. No request is made when update check is disabled.
This commit is contained in:
@@ -390,5 +390,8 @@
|
||||
"auth.logout": "Esci",
|
||||
"auth.user_info": "Informazioni utente",
|
||||
"auth.session_expired": "La tua sessione è scaduta. Si prega di accedere nuovamente.",
|
||||
"auth.login_required": "Autenticazione richiesta"
|
||||
"auth.login_required": "Autenticazione richiesta",
|
||||
"footer.version": "Fail2ban-UI v{version}",
|
||||
"footer.latest": "Aggiornato",
|
||||
"footer.update_available": "Aggiornamento disponibile: v{version}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user