mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 03:04:03 +00:00
fix: Revert PBS task health display to 7 days
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user