Přidáno:
nová stránka /portal/incidents s title CSBot Services Portal - Incidenty menu Provoz -> Incidenty aktivní incidenty a historie posledních 100 incidentů barevné stavy: open červeně, resolved zeleně karta Aktivní incidenty a seznam Poslední incidenty na přehledu realtime napojení přes existující operations-live.js a snapshot sekce Incidenty služby v detailu služby, posledních 20 incidentů DB helpery pro service_incidents migrace/indexy pro lokální prostředí, kde tabulka ještě neexistuje
This commit is contained in:
+2
-1
@@ -5,7 +5,7 @@ from fastapi.staticfiles import StaticFiles
|
||||
from starlette.middleware.sessions import SessionMiddleware
|
||||
|
||||
from .config import read_env_value
|
||||
from .routes import apps, audit, auth, backups, deployments, health, jobs, operations, workers
|
||||
from .routes import apps, audit, auth, backups, deployments, health, incidents, jobs, operations, workers
|
||||
|
||||
|
||||
def create_app() -> FastAPI:
|
||||
@@ -27,6 +27,7 @@ def create_app() -> FastAPI:
|
||||
app.include_router(apps.router)
|
||||
app.include_router(backups.router)
|
||||
app.include_router(deployments.router)
|
||||
app.include_router(incidents.router)
|
||||
app.include_router(operations.router)
|
||||
app.include_router(jobs.router)
|
||||
app.include_router(workers.router)
|
||||
|
||||
Reference in New Issue
Block a user