mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 23:35:31 +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
|
@ -14,7 +14,7 @@
|
|||
<button
|
||||
ng-if="showBrowseAction"
|
||||
class="btn btn-xs btn-primary"
|
||||
ui-sref="docker.volumes.volume.browse({ id: volume.Id, nodeName: volume.NodeName })"
|
||||
ui-sref="docker.volumes.volume.browse({ id: volume.Name, nodeName: volume.NodeName })"
|
||||
authorization="DockerAgentBrowseList"
|
||||
>
|
||||
<pr-icon icon="'search'" class="leading-none"></pr-icon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue