Skip to content

Commit

Permalink
initialize these panels
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Nov 14, 2024
1 parent daa1cde commit 5a40d63
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/dashboard/app/javascript/xdmod.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,11 @@ function createEfficiencyWidgets() {
}

jQuery(() => {
createJobsWidget();
createEfficiencyWidgets();

// initialize the panels
renderJobs({ loading: true });
renderJobsEfficiency({nodata: true, msg: 'LOADING...'});
renderCoreHoursEfficiency({nodata: true, msg: 'LOADING...'});

createJobsWidget();
createEfficiencyWidgets();
});

0 comments on commit 5a40d63

Please sign in to comment.