+
{{ target.config.backupDir }}{{ (target.config.prefix ? `/${target.config.prefix}` : '') }}
{{ target.config.mountOptions.diskPath || target.config.mountPoint }}{{ (target.config.prefix ? '/' : '') + target.config.prefix }}
- {{ target.config.mountOptions.host }}:{{ target.config.mountOptions.remoteDir }}{{ (target.prefix ? '/' : '') + target.config.prefix }}
+ {{ target.config.mountOptions.host }}:{{ target.config.mountOptions.remoteDir }}{{ (target.config.prefix ? '/' : '') + target.config.prefix }}
{{ target.config.bucket + (target.config.prefix ? '/' : '') + target.config.prefix }}
diff --git a/dashboard/src/style.css b/dashboard/src/style.css
index 4c9f953b7..7db576cf0 100644
--- a/dashboard/src/style.css
+++ b/dashboard/src/style.css
@@ -233,16 +233,15 @@ tr:hover .table-actions {
.info-row {
display: flex;
margin-bottom: 10px;
+ justify-content: space-between;
}
.info-label {
font-weight: bold;
- flex-basis: 50%;
+ text-wrap: nowrap;
}
.info-value {
- flex-basis: 50%;
- text-align: right;
text-overflow: ellipsis;
overflow: hidden;
text-wrap: nowrap;
diff --git a/dashboard/src/views/BackupListView.vue b/dashboard/src/views/BackupListView.vue
index 9843de53f..2c978568b 100644
--- a/dashboard/src/views/BackupListView.vue
+++ b/dashboard/src/views/BackupListView.vue
@@ -360,8 +360,8 @@ onMounted(async () => {
{{ $t('backups.backupEdit.remotePath') }}
-
{{ infoBackup.remotePath }}
-
+
{{ infoBackup.remotePath }}
+
{{ $t('backups.backupDetails.date') }}
@@ -371,10 +371,6 @@ onMounted(async () => {
{{ $t('backups.backupDetails.version') }}
{{ infoBackup.packageVersion }}
-
-
{{ $t('backups.backupDetails.format') }}
-
{{ infoBackup.format }}
-