Fix keyword in node view jobs query

This commit is contained in:
Christoph Kluge 2023-07-03 09:45:09 +02:00
parent 8fee8fcab2
commit 5a67569fd3

View File

@ -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(),