diff --git a/dashboard/src/components/ActionBar.vue b/dashboard/src/components/ActionBar.vue
index 9da661a3a..2aefcf839 100644
--- a/dashboard/src/components/ActionBar.vue
+++ b/dashboard/src/components/ActionBar.vue
@@ -25,7 +25,7 @@ function onMenu(event) {
-
+
diff --git a/dashboard/src/views/VolumesView.vue b/dashboard/src/views/VolumesView.vue
index a014b6788..463dd2e1e 100644
--- a/dashboard/src/views/VolumesView.vue
+++ b/dashboard/src/views/VolumesView.vue
@@ -39,7 +39,6 @@ function createActionMenu(volume) {
icon: 'fa-solid fa-pencil-alt',
label: t('main.action.edit'),
visible: volume.mountType === 'sshfs' || volume.mountType === 'cifs' || volume.mountType === 'nfs',
- quickAction: true,
action: openVolumeDialog.bind(null, volume),
}, {
separator: true,
@@ -52,6 +51,7 @@ function createActionMenu(volume) {
}, {
icon: 'fa-solid fa-folder',
label: t('volumes.openFileManagerActionTooltip'),
+ quickAction: true,
target: '_blank',
href: '/filemanager.html#/home/volume/' + volume.id,
}, {