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 Ufro",
|
||||
"platform_debug": "Plattform Debug",
|
||||
"diagnostics": "Diagnostik",
|
||||
"translation_editor": "Iwwersetzungseditor"
|
||||
},
|
||||
"diagnostics": {
|
||||
"title": "Diagnostik",
|
||||
"platform_trace": "Plattform-Trace",
|
||||
"permissions_audit": "Berechtigungsprüfung",
|
||||
"run_audit": "Prüfung starten",
|
||||
"status_ok": "OK",
|
||||
"status_warning": "Warnung",
|
||||
"status_error": "Feeler",
|
||||
"total_routes": "Routen gesamt",
|
||||
"no_routes_match": "Keng Routen entspriechen Ären Filteren"
|
||||
},
|
||||
"translation_editor": {
|
||||
"title": "Iwwersetzungseditor",
|
||||
"all_modules": "All Moduler",
|
||||
|
||||
Reference in New Issue
Block a user