feat(orion): extend report layout settings to version 1.1
This commit is contained in:
parent
12e1761a5b
commit
613ffdc8b7
591 changed files with 3601 additions and 999 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"/(app)/equipment/page": "app/(app)/equipment/page.js",
|
||||
"/(app)/locations/page": "app/(app)/locations/page.js",
|
||||
"/(app)/profile/security/page": "app/(app)/profile/security/page.js",
|
||||
"/(app)/settings/report-layout/page": "app/(app)/settings/report-layout/page.js",
|
||||
"/(app)/users/page": "app/(app)/users/page.js",
|
||||
"/(app)/validations/[id]/edit/page": "app/(app)/validations/[id]/edit/page.js",
|
||||
"/(app)/validations/[id]/preview/page": "app/(app)/validations/[id]/preview/page.js",
|
||||
|
|
@ -19,6 +20,8 @@
|
|||
"/api/login/route": "app/api/login/route.js",
|
||||
"/api/logout/route": "app/api/logout/route.js",
|
||||
"/api/me/route": "app/api/me/route.js",
|
||||
"/api/report-settings/preview/route": "app/api/report-settings/preview/route.js",
|
||||
"/api/report-settings/route": "app/api/report-settings/route.js",
|
||||
"/api/v1/[...path]/route": "app/api/v1/[...path]/route.js",
|
||||
"/icon.svg/route": "app/icon.svg/route.js",
|
||||
"/page": "app/page.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue