diff --git a/dashboard/src/components/BackupInfoDialog.vue b/dashboard/src/components/BackupInfoDialog.vue
index fb2c81d48..ee42d8c5c 100644
--- a/dashboard/src/components/BackupInfoDialog.vue
+++ b/dashboard/src/components/BackupInfoDialog.vue
@@ -42,6 +42,7 @@ const backupContentTableColumns = computed(() => {
label: 'Integrity',
sort: false,
width: '100px',
+ align: 'center',
};
}
@@ -180,11 +181,11 @@ defineExpose({
-
-
diff --git a/dashboard/src/components/SystemBackupList.vue b/dashboard/src/components/SystemBackupList.vue
index 634e38136..d4c2585c8 100644
--- a/dashboard/src/components/SystemBackupList.vue
+++ b/dashboard/src/components/SystemBackupList.vue
@@ -54,6 +54,7 @@ const columns = {
label: 'Integrity',
sort: false,
width: '100px',
+ align: 'center',
},
actions: {}
};
@@ -334,11 +335,11 @@ defineExpose({ refresh });
-
+
-
-
+
-
diff --git a/dashboard/src/components/app/Backups.vue b/dashboard/src/components/app/Backups.vue
index dadbd1fa9..d39fc5ea3 100644
--- a/dashboard/src/components/app/Backups.vue
+++ b/dashboard/src/components/app/Backups.vue
@@ -53,6 +53,7 @@ const columns = ref({
label: 'Integrity',
sort: false,
width: '100px',
+ align: 'center',
},
actions: {
label: '',
@@ -440,11 +441,11 @@ onUnmounted(() => {
-