don't show restart banner for local connectors, they only reload, not restart

This commit is contained in:
2025-12-30 12:47:57 +01:00
parent 489db1658c
commit 7525f38e25
8 changed files with 38 additions and 4 deletions

View File

@@ -275,6 +275,8 @@
"servers.actions.test_success": "Connection successful",
"servers.actions.test_failure": "Connection failed",
"servers.actions.restart": "Restart Fail2ban",
"servers.actions.reload": "Reload Fail2ban",
"servers.actions.reload_tooltip": "For local connectors, only a configuration reload is possible via the socket connection. The container cannot restart the Fail2ban service using systemctl. To perform a full restart, run 'systemctl restart fail2ban' directly on the host system.",
"servers.actions.delete": "Delete",
"servers.actions.delete_confirm": "Delete this server entry?",
"servers.form.select_key": "Select Private Key",