1
0
Fork 0
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:
Oscar Zhou 2024-12-03 09:10:10 +13:00 committed by GitHub
parent bb6815f681
commit cb949e443e
3 changed files with 5 additions and 3 deletions

View file

@ -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>