fix: Revert PBS task health display to 7 days

This commit is contained in:
courtmanr@gmail.com
2025-05-16 23:01:08 +01:00
parent 7d06ac32ee
commit 95cf60fb8b
+1 -1
View File
@@ -431,7 +431,7 @@ PulseApp.ui.pbs = (() => {
const heading = document.createElement('h4');
heading.className = `${CSS_CLASSES.TEXT_MD} ${CSS_CLASSES.FONT_SEMIBOLD} ${CSS_CLASSES.MB2} ${CSS_CLASSES.TEXT_GRAY_700_DARK_GRAY_300}`;
heading.textContent = 'PBS Task Health (14d)';
heading.textContent = 'PBS Task Health (7d)';
sectionDiv.appendChild(heading);
const tableContainer = document.createElement('div');