Add Calendar redirect support for My (#14859)

This commit is contained in:
Franck Nijhof 2022-12-22 12:51:36 +01:00 committed by GitHub
parent a8b7937d75
commit 5933c2eb8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,10 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({
server_controls: {
redirect: "/developer-tools/yaml",
},
calendar: {
component: "calendar",
redirect: "/calendar",
},
config: {
redirect: "/config/dashboard",
},