Custom javascript in dashboard wisgets

I’d like to add some custom javascript for dynamic content in my dashboard widgets.

Is there a way to include js file for my custom widgets located in /etc/ood/config/apps/dashboard/views ?

There is an entry point you can use to include your own files: ondemand.d/*.yml files — Open OnDemand 3.1.0 documentation - Search for custom_javascript_files. You can include those in your dashboard.

1 Like

On nice! Looks like it’s time to update =)