mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
fix(volume): unable to inspect and browse volume [BE-11216] (#186)
This commit is contained in:
parent
bb6815f681
commit
cb949e443e
3 changed files with 5 additions and 3 deletions
|
@ -81,7 +81,7 @@ function Cell({
|
|||
<Link
|
||||
to=".volume"
|
||||
params={{
|
||||
id: item.Id,
|
||||
id: item.Name,
|
||||
nodeName: item.NodeName,
|
||||
}}
|
||||
data-cy={`volume-link-${name}`}
|
||||
|
@ -99,7 +99,7 @@ function Cell({
|
|||
props={{
|
||||
to: 'docker.volumes.volume.browse',
|
||||
params: {
|
||||
id: item.Id,
|
||||
id: item.Name,
|
||||
nodeName: item.NodeName,
|
||||
},
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue