mirror of
https://github.com/LukeHagar/ui-development-kit.git
synced 2025-12-09 21:07:48 +00:00
Add example pages and server-side logic for generating reports
This commit is contained in:
@@ -1,28 +1,28 @@
|
|||||||
export const reports = [
|
export const reports = [
|
||||||
{
|
{
|
||||||
url: '/home/reports/list-of-identities',
|
url: '/home/example-pages/list-of-identities',
|
||||||
name: 'List of Identities',
|
name: 'List of Identities',
|
||||||
description: 'This report will show all identities in the system'
|
description: 'This report will show all identities in the system'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: '/home/reports/inactive-identities-with-access',
|
url: '/home/example-pages/inactive-identities-with-access',
|
||||||
name: 'Inactive Identities With Access',
|
name: 'Inactive Identities With Access',
|
||||||
description:
|
description:
|
||||||
'This report will show all identities that are inactive but still have access in sources'
|
'This report will show all identities that are inactive but still have access in sources'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: '/home/reports/missing-cloud-life-cycle-state',
|
url: '/home/example-pages/missing-cloud-life-cycle-state',
|
||||||
name: 'Missing Cloud Life Cycle State',
|
name: 'Missing Cloud Life Cycle State',
|
||||||
description: 'This report will show all identities that are missing a cloud life cycle state'
|
description: 'This report will show all identities that are missing a cloud life cycle state'
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
url: '/home/reports/source-owner-configured',
|
url: '/home/example-pages/source-owner-configured',
|
||||||
name: 'Source Owner Configured',
|
name: 'Source Owner Configured',
|
||||||
description: 'This report will show all sources and their configured owners'
|
description: 'This report will show all sources and their configured owners'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: '/home/reports/source-aggregations',
|
url: '/home/example-pages/source-aggregations',
|
||||||
name: 'Source Aggregations',
|
name: 'Source Aggregations',
|
||||||
description: 'This report will show all sources and their most recent aggregation events'
|
description: 'This report will show all sources and their most recent aggregation events'
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user