Move maintenance under /maintenance

This commit is contained in:
Louis Lam
2022-09-17 22:00:11 +08:00
parent 120e578398
commit bb883e6fa0
9 changed files with 240 additions and 209 deletions

View File

@@ -340,5 +340,5 @@ export function getMonitorRelativeURL(id: string) {
}
export function getMaintenanceRelativeURL(id: string) {
return "/dashboard/maintenance/" + id;
return "/maintenance/" + id;
}