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:
parent
73db588080
commit
fed3d14adf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue