mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
StartTime not required for jobs running on node
This commit is contained in:
parent
c04aea89c9
commit
aacb7489e6
@ -60,11 +60,11 @@
|
||||
$: filter = [
|
||||
{cluster: { eq: cluster }},
|
||||
{node: { eq: hostname }},
|
||||
{state: 'running'},
|
||||
{startTime: {
|
||||
from: from.toISOString(),
|
||||
to: to.toISOString()
|
||||
}}
|
||||
{state: 'running'}
|
||||
// {startTime: {
|
||||
// from: from.toISOString(),
|
||||
// to: to.toISOString()
|
||||
// }}
|
||||
];
|
||||
|
||||
const nodeJobsQuery = gql`
|
||||
|
Loading…
Reference in New Issue
Block a user