mirror of https://github.com/portainer/portainer
fix(home): EE-4906 home page tiles for edge devices have the wrong url (#8353)
parent
73db588080
commit
fed3d14adf
|
@ -79,7 +79,7 @@ export function getDashboardRoute(environment: Environment) {
|
||||||
if (isEdgeAsync(environment)) {
|
if (isEdgeAsync(environment)) {
|
||||||
return {
|
return {
|
||||||
to: 'edge.browse.dashboard',
|
to: 'edge.browse.dashboard',
|
||||||
params: { environmentId: environment.EdgeID },
|
params: { environmentId: environment.Id },
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue