Open retzkek opened 1 year ago
The submission_details page links to one of two landscape dashboards, depending on if the submission is a DAG or not.
https://github.com/fermitools/poms/blob/main/webservice/templates/submission_details.html#L130
We have a new "Submission Summary" dashboard that will work for either, please update the link to use that (and simplify the template logic):
{{fifemon_base}}/monitor/d/JL6pUwB4k/submission-summary?var-cluster={{cluster}}&var-schedd={{schedd}}...
Pull request created see here
The submission_details page links to one of two landscape dashboards, depending on if the submission is a DAG or not.
https://github.com/fermitools/poms/blob/main/webservice/templates/submission_details.html#L130
We have a new "Submission Summary" dashboard that will work for either, please update the link to use that (and simplify the template logic):
{{fifemon_base}}/monitor/d/JL6pUwB4k/submission-summary?var-cluster={{cluster}}&var-schedd={{schedd}}...