1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

fix(home): EE-4906 home page tiles for edge devices have the wrong url (#8353)

This commit is contained in:
cmeng 2023-01-19 09:00:43 +13:00 committed by GitHub
parent 73db588080
commit fed3d14adf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ export function getDashboardRoute(environment: Environment) {
if (isEdgeAsync(environment)) {
return {
to: 'edge.browse.dashboard',
params: { environmentId: environment.EdgeID },
params: { environmentId: environment.Id },
};
}
}