feat: add governed cross-module reporting
This commit is contained in:
+9
-2
@@ -24,16 +24,23 @@ export const reportingModule: PlatformWebModule = {
|
||||
],
|
||||
routes: [
|
||||
{
|
||||
path: "/reporting",
|
||||
path: "/reports",
|
||||
anyOf: ["reporting:definition:read"],
|
||||
order: 74,
|
||||
surfaceId: "reporting.workspace",
|
||||
render: (context) => createElement(ReportingPage, context)
|
||||
},
|
||||
{
|
||||
path: "/reporting",
|
||||
anyOf: ["reporting:definition:read"],
|
||||
order: 175,
|
||||
surfaceId: "reporting.compatibility",
|
||||
render: (context) => createElement(ReportingPage, context)
|
||||
}
|
||||
],
|
||||
navItems: [
|
||||
{
|
||||
to: "/reporting",
|
||||
to: "/reports",
|
||||
label: "Reporting",
|
||||
iconName: "clipboard-pen-line",
|
||||
anyOf: ["reporting:definition:read"],
|
||||
|
||||
Reference in New Issue
Block a user