ClusterCockpit / cc-backend

Web frontend and API backend server for ClusterCockpit Monitoring Framework
https://www.clustercockpit.org
MIT License
15 stars 14 forks source link

Move ShortRunningJobsDuration value to root config #96

Closed spacehamster87 closed 1 year ago

spacehamster87 commented 1 year ago

Setting was already present as user-based plot_list_hideShortRunningJobs setting, but also hardcoded for other queries.

Moved to root application config as ShortRunningJobsDuration, will be injected into user-based UI-config for frontend use.

spacehamster87 commented 1 year ago

Looks good. Did not find any issue.

No change in required in the frontend?

No change required, as the equivalent option was already implemented in the frontend. Only the actual value has to be injected into the user ui config.