1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-04-11 06:25:56 +02:00

Merge pull request from ClusterCockpit/hotfix

Fix keyword in node view jobs query
This commit is contained in:
Jan Eitzinger 2023-07-03 09:52:29 +02:00 committed by GitHub
commit 5362164970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -81,7 +81,7 @@
let sorting = { field: "startTime", order: "DESC" };
$: filter = [
{ cluster: { eq: cluster } },
{ node: { eq: hostname } },
{ node: { contains: hostname } },
{ state: ["running"] },
// {startTime: {
// from: from.toISOString(),