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 });