mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
fix(backups): Ensure 7-day history column is left-aligned
This commit is contained in:
@@ -232,7 +232,7 @@ PulseApp.ui.backups = (() => {
|
||||
<td class="p-1 px-2 whitespace-nowrap text-gray-500 dark:text-gray-400">${guestStatus.pbsInstanceName}</td>
|
||||
<td class="p-1 px-2 whitespace-nowrap text-gray-500 dark:text-gray-400">${guestStatus.datastoreName}</td>
|
||||
<td class="p-1 px-2 text-gray-500 dark:text-gray-400">${guestStatus.totalBackups}</td>
|
||||
<td class="p-1 px-2 whitespace-nowrap text-center">${sevenDayDots}</td>
|
||||
<td class="p-1 px-2 whitespace-nowrap">${sevenDayDots}</td>
|
||||
`;
|
||||
return row;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user