Skip to content

Commit 67f8f1f

Browse files
committed
fix(backups): Ensure 7-day history column is left-aligned
1 parent 449a217 commit 67f8f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public/js/ui/backups.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ PulseApp.ui.backups = (() => {
232232
<td class="p-1 px-2 whitespace-nowrap text-gray-500 dark:text-gray-400">${guestStatus.pbsInstanceName}</td>
233233
<td class="p-1 px-2 whitespace-nowrap text-gray-500 dark:text-gray-400">${guestStatus.datastoreName}</td>
234234
<td class="p-1 px-2 text-gray-500 dark:text-gray-400">${guestStatus.totalBackups}</td>
235-
<td class="p-1 px-2 whitespace-nowrap text-center">${sevenDayDots}</td>
235+
<td class="p-1 px-2 whitespace-nowrap">${sevenDayDots}</td>
236236
`;
237237
return row;
238238
}

0 commit comments

Comments
 (0)