mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-17 05:53:15 +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,6 +390,9 @@
|
||||
"auth.logout": "Logout",
|
||||
"auth.user_info": "User Information",
|
||||
"auth.session_expired": "Your session has expired. Please log in again.",
|
||||
"auth.login_required": "Authentication required"
|
||||
"auth.login_required": "Authentication required",
|
||||
"footer.version": "Fail2ban-UI v{version}",
|
||||
"footer.latest": "Latest",
|
||||
"footer.update_available": "Update available: v{version}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user