Removed polling logic from status page and added button instead

This commit is contained in:
Alex Janousek
2025-09-26 16:21:50 -04:00
parent 80065c8200
commit 5b4a1820a9
2 changed files with 9 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ const javascripts = () => {
paths.src + 'javascripts/activityChart.js',
paths.src + 'javascripts/sidenav.js',
paths.src + 'javascripts/validation.js',
paths.src + 'javascripts/job-status-polling.js',
// paths.src + 'javascripts/job-status-polling.js', // Disabled for manual refresh mode
paths.src + 'javascripts/scrollPosition.js',
])
.pipe(plugins.prettyerror())
@@ -105,6 +105,7 @@ const copySetTimezone = () => {
return src(paths.src + 'js/setTimezone.js').pipe(dest(paths.dist + 'js/'));
};
// Task to copy images
const copyImages = () => {
return src(paths.src + 'images/**/*', { encoding: false }).pipe(