Skip to content
Snippets Groups Projects
Commit 3df52c76 authored by Gareth Hughes's avatar Gareth Hughes
Browse files

parse job status

parent 8af6712e
No related branches found
No related tags found
1 merge request!8499 concordia framework
......@@ -21,8 +21,13 @@ export default function DIRACResults({ catalog }) {
<>
Job submitted:
<br/>
ID {hits.JobID}
JobID: {hits.JobID}
<br/>
Status: {hits.Status}
<br/>
Minor Status: {hits.MinorStatus}
<br/>
Site: {hits.Site}
</>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment