Added Debug Log and info pickup older 6month + hygiene crt

This commit is contained in:
2025-12-16 12:05:16 +01:00
parent ca81121f3d
commit f4323e20de
9 changed files with 842 additions and 20 deletions

View File

@@ -9,6 +9,7 @@ const NavigationTabs = ({ isAdmin, onProtectedNavigate }) => {
{ to: '/store-watch', label: 'Betriebs-Monitoring' }
];
if (isAdmin) {
tabs.push({ to: '/debug', label: 'Debug' });
tabs.push({ to: '/admin', label: 'Admin' });
}