Release 1.7.0: Grafana catalog, ingress/IRM, tests
This commit is contained in:
@ -16,6 +16,7 @@ from onguard24.domain.events import EventBus
|
||||
from onguard24.modules import (
|
||||
contacts,
|
||||
escalations,
|
||||
grafana_catalog,
|
||||
incidents,
|
||||
schedules,
|
||||
statusboard,
|
||||
@ -42,6 +43,15 @@ class ModuleMount:
|
||||
|
||||
def _mounts() -> list[ModuleMount]:
|
||||
return [
|
||||
ModuleMount(
|
||||
router=grafana_catalog.router,
|
||||
url_prefix="/api/v1/modules/grafana-catalog",
|
||||
register_events=grafana_catalog.register_events,
|
||||
slug="grafana-catalog",
|
||||
title="Каталог Grafana",
|
||||
ui_router=grafana_catalog.ui_router,
|
||||
render_home_fragment=grafana_catalog.render_home_fragment,
|
||||
),
|
||||
ModuleMount(
|
||||
router=incidents.router,
|
||||
url_prefix="/api/v1/modules/incidents",
|
||||
|
||||
Reference in New Issue
Block a user