Skip to content

Commit

Permalink
Use fallback link in case we don't have an analysis ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcorvidae committed Oct 2, 2024
1 parent 519d58a commit 865a9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/html/analysis_periodic_notification.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p>The analysis <b>{{.analysisname}}</b> is still running and has been running for <b>{{.runduration}}</b>{{ if .endduration }}, and will stop in <b>{{.endduration}}</b>{{ end }}. This is an auto-scheduled courtesy reminder to help you manage your compute quota.</p>

<p><b>Analysis launch date:</b> {{.startdate}}</p>
{{if .DEAnalysisDetailsLink}}<p><b>Terminate or extend your time limit:</b> {{.DEAnalysisDetailsLink}}</p>{{- end}}
<p><b>Terminate or extend your time limit:</b> {{if .DEAnalysisDetailsLink}}{{.DEAnalysisDetailsLink}}{{ else }}{{ .DEAnalysesLink }}{{ end }}</p>
{{if .access_url}}<p><b>Access your VICE analysis:</b> {{.access_url}}</p>{{- end}}
{{ if or (eq .analysisstatus "Completed") (eq .analysisstatus "Failed")}} <p><b>Results folder:</b> <a href="{{.DEOutputFolderLink}}" target="_blank">{{.analysisresultsfolder}}</a></p>{{- end}}

Expand Down

0 comments on commit 865a9f2

Please sign in to comment.