mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 14:55:27 +02:00
fix(home): EE-4906 home page tiles for edge devices have the wrong url (#8354)
This commit is contained in:
parent
6d0f473f76
commit
1199fe19ec
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue