feat(dev_tools): add diagnostics hub with permissions audit tool
Evolve the platform-debug page into a diagnostics hub with sidebar explorer layout. Add permissions audit API that introspects all registered page routes and reports auth/permission enforcement status. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -14,9 +14,20 @@
|
||||
"components": "Komponenten",
|
||||
"icons": "Icons",
|
||||
"sql_query": "SQL Abfrage",
|
||||
"platform_debug": "Plattform Debug",
|
||||
"diagnostics": "Diagnostik",
|
||||
"translation_editor": "Übersetzungseditor"
|
||||
},
|
||||
"diagnostics": {
|
||||
"title": "Diagnostik",
|
||||
"platform_trace": "Plattform-Trace",
|
||||
"permissions_audit": "Berechtigungsprüfung",
|
||||
"run_audit": "Prüfung starten",
|
||||
"status_ok": "OK",
|
||||
"status_warning": "Warnung",
|
||||
"status_error": "Fehler",
|
||||
"total_routes": "Routen gesamt",
|
||||
"no_routes_match": "Keine Routen entsprechen Ihren Filtern"
|
||||
},
|
||||
"translation_editor": {
|
||||
"title": "Übersetzungseditor",
|
||||
"all_modules": "Alle Module",
|
||||
|
||||
Reference in New Issue
Block a user