Refactor Notices and System Health pane (#24243)

* refactor notices

* show startup message for enrichments in health pane

* tweaks
This commit is contained in:
Josh Hawkins
2026-09-12 07:30:04 -06:00
committed by Nicolas Mowen
parent 5cef6823a6
commit 7bc32fd4c9
50 changed files with 2471 additions and 898 deletions
+2 -1
View File
@@ -331,7 +331,8 @@ def build_access_map(
for method in route.methods:
if method in ("HEAD", "OPTIONS"):
continue
access_map[(route.path, method.lower())] = {
# the OpenAPI paths drop convertors such as :path, like path_format
access_map[(route.path_format, method.lower())] = {
"level": level,
"roles": roles,
"flag": flag,