feat: implement uptime monitor synchronization for proxy host updates and enhance related tests

This commit is contained in:
GitHub Actions
2025-12-05 16:29:51 +00:00
parent e5809236b0
commit 11357a1a15
12 changed files with 261 additions and 68 deletions

View File

@@ -294,7 +294,7 @@ if (!status) return <div className="p-8 text-center text-gray-400">No security s
children: [
{ name: 'System', path: '/settings/system', icon: '⚙️' },
{ name: 'Email (SMTP)', path: '/settings/smtp', icon: '📧' },
{ name: 'Account', path: '/settings/account', icon: '🛡️' },
{ name: 'Accounts', path: '/settings/accounts', icon: '🛡️' },
{ name: 'Account Management', path: '/settings/account/management', icon: '👥' },
]
}