We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449a217 commit 67f8f1fCopy full SHA for 67f8f1f
src/public/js/ui/backups.js
@@ -232,7 +232,7 @@ PulseApp.ui.backups = (() => {
232
<td class="p-1 px-2 whitespace-nowrap text-gray-500 dark:text-gray-400">${guestStatus.pbsInstanceName}</td>
233
<td class="p-1 px-2 whitespace-nowrap text-gray-500 dark:text-gray-400">${guestStatus.datastoreName}</td>
234
<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>
+ <td class="p-1 px-2 whitespace-nowrap">${sevenDayDots}</td>
236
`;
237
return row;
238
}
0 commit comments