mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 00:47:26 +01:00
Fix error in json.
This commit is contained in:
parent
6ea8f4fe3e
commit
36e1558bec
@ -205,5 +205,5 @@
|
|||||||
"required": [ "mem_used", "flops_any", "mem_bw", "net_bw", "file_bw" ]
|
"required": [ "mem_used", "flops_any", "mem_bw", "net_bw", "file_bw" ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [ "job_id", "user_id", "project_id", "cluster_id", "num_nodes", "start_time", "stop_time", "duration", "nodes", "tags", "statistic" ]
|
"required": [ "job_id", "user_id", "project_id", "cluster_id", "num_nodes", "start_time", "stop_time", "duration", "nodes", "tags", "statistics" ]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user