diff --git a/web/frontend/src/Node.root.svelte b/web/frontend/src/Node.root.svelte index 40c3ce3..39c9eaf 100644 --- a/web/frontend/src/Node.root.svelte +++ b/web/frontend/src/Node.root.svelte @@ -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`