{/* ---------------------------------------------------------------- */}
{/* Sidebar */}
{/* ---------------------------------------------------------------- */}
{/* ---------------------------------------------------------------- */}
{/* Main content */}
{/* ---------------------------------------------------------------- */}
{/* Connection health warning — shown when fail2ban is unreachable */}
{serverOffline && (
fail2ban Unreachable
The connection to the fail2ban server has been lost. Some
features may be temporarily unavailable.
)}
{/* Blocklist import error warning — shown when the last scheduled import had errors */}
{blocklistHasErrors && (
Blocklist Import Errors
The most recent blocklist import encountered errors. Check the
Blocklists page for details.
)}
);
}