Skip to content

Commit

Permalink
Initialize XDMoD panels (#3954)
Browse files Browse the repository at this point in the history
Initialize XDMoD panels. Something that was missed in the refactor.
  • Loading branch information
johrstrom authored Nov 14, 2024
1 parent 829839d commit 6aef45c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 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 6aef45c

Please sign in to comment.