Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XDMoD widget need initialized #3943

Closed
johrstrom opened this issue Nov 8, 2024 · 1 comment
Closed

XDMoD widget need initialized #3943

johrstrom opened this issue Nov 8, 2024 · 1 comment
Labels
bug Existing functionality not working as expected component/dashboard
Milestone

Comments

@johrstrom
Copy link
Contributor

When you load the dashboard with xdmod enabled, only one panel shows up initially.

I'm looking her in this block. Only xdmod jobs is being initialized when the page loads. The other panels only show up when the data has been fetched (or the fetch fails)

createJobsWidget();
createEfficiencyWidgets();
// initialize the panels
renderJobs({ loading: true });

@johrstrom johrstrom added bug Existing functionality not working as expected component/dashboard labels Nov 8, 2024
@johrstrom johrstrom added this to the 4.0 milestone Nov 8, 2024
@johrstrom
Copy link
Contributor Author

Fixed in #3954.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Existing functionality not working as expected component/dashboard
Projects
None yet
Development

No branches or pull requests

1 participant