feat: punkt 5 (monitoring) — system dashboard backend+frontend, admin-only, auto-refresh 30s, alerting via notifications
This commit is contained in:
@@ -65,6 +65,7 @@ from app.routes import ( # noqa: E402
|
||||
saved_filters,
|
||||
saved_views,
|
||||
sequences,
|
||||
system_dashboard,
|
||||
system_settings,
|
||||
taxes,
|
||||
tenants,
|
||||
@@ -559,6 +560,7 @@ def create_app() -> FastAPI:
|
||||
app.include_router(currencies.router)
|
||||
app.include_router(taxes.router)
|
||||
app.include_router(sequences.router)
|
||||
app.include_router(system_dashboard.router)
|
||||
app.include_router(system_settings.router)
|
||||
app.include_router(attachments.router)
|
||||
app.include_router(addresses.router)
|
||||
|
||||
Reference in New Issue
Block a user