diff --git a/dashboard/src/components/ApiTokens.vue b/dashboard/src/components/ApiTokens.vue
index 6ab53fd9d..0c5179bd6 100644
--- a/dashboard/src/components/ApiTokens.vue
+++ b/dashboard/src/components/ApiTokens.vue
@@ -168,21 +168,21 @@ onMounted(async () => {
-
- {{ prettyLongDate(slotProps.lastUsedTime) }}
+
+ {{ prettyLongDate(apiToken.lastUsedTime) }}
{{ $t('profile.apiTokens.neverUsed') }}
-
- {{ $t('profile.apiTokens.readwrite') }}
+
+ {{ $t('profile.apiTokens.readwrite') }}
{{ $t('profile.apiTokens.readonly') }}
-
- {{ slotProps.allowedIpRanges }}
+
+ {{ apiToken.allowedIpRanges }}
{{ '*' }}
-
+
-
+
diff --git a/dashboard/src/components/AppPasswords.vue b/dashboard/src/components/AppPasswords.vue
index fc4e6d168..cac9a6b47 100644
--- a/dashboard/src/components/AppPasswords.vue
+++ b/dashboard/src/components/AppPasswords.vue
@@ -194,10 +194,10 @@ onMounted(async () => {
- {{ prettyLongDate(slotProps.creationTime) }}
-
+ {{ prettyLongDate(password.creationTime) }}
+
-
+
diff --git a/dashboard/src/components/BackupList.vue b/dashboard/src/components/BackupList.vue
index 315c8f22f..9c5f227a1 100644
--- a/dashboard/src/components/BackupList.vue
+++ b/dashboard/src/components/BackupList.vue
@@ -267,23 +267,23 @@ onMounted(async () => {
-
-
+
+
- {{ prettyLongDate(slotProps.creationTime) }} ({{ slotProps.label }})
+ {{ prettyLongDate(backup.creationTime) }} ({{ backup.label }})
-
- {{ $t('backups.listing.appCount', { appCount: slotProps.contents.length }) }}
+
+ {{ $t('backups.listing.appCount', { appCount: backup.contents.length }) }}
{{ $t('backups.listing.noApps') }}
-
+
-
-
-
+
+
+
diff --git a/dashboard/src/components/OpenIdClients.vue b/dashboard/src/components/OpenIdClients.vue
index 8a8bb3b13..870ba78dc 100644
--- a/dashboard/src/components/OpenIdClients.vue
+++ b/dashboard/src/components/OpenIdClients.vue
@@ -175,10 +175,10 @@ onMounted(async () => {
-
+
-
-
+
+
diff --git a/dashboard/src/views/VolumesView.vue b/dashboard/src/views/VolumesView.vue
index f6de1a10f..5ed671648 100644
--- a/dashboard/src/views/VolumesView.vue
+++ b/dashboard/src/views/VolumesView.vue
@@ -281,22 +281,22 @@ onMounted(async () =>{
-
- {{ (slotProps.mountType === 'mountpoint' || slotProps.mountType === 'filesystem') ? slotProps.hostPath : (slotProps.mountOptions.host || slotProps.mountOptions.diskPath || slotProps.hostPath) + (slotProps.mountOptions.remoteDir || '') }}
+
+ {{ (volume.mountType === 'mountpoint' || volume.mountType === 'filesystem') ? volume.hostPath : (volume.mountOptions.host || volume.mountOptions.diskPath || volume.hostPath) + (volume.mountOptions.remoteDir || '') }}
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+