mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Merge pull request #173 from ClusterCockpit/hotfix
Fix keyword in node view jobs query
This commit is contained in:
commit
5362164970
@ -81,7 +81,7 @@
|
|||||||
let sorting = { field: "startTime", order: "DESC" };
|
let sorting = { field: "startTime", order: "DESC" };
|
||||||
$: filter = [
|
$: filter = [
|
||||||
{ cluster: { eq: cluster } },
|
{ cluster: { eq: cluster } },
|
||||||
{ node: { eq: hostname } },
|
{ node: { contains: hostname } },
|
||||||
{ state: ["running"] },
|
{ state: ["running"] },
|
||||||
// {startTime: {
|
// {startTime: {
|
||||||
// from: from.toISOString(),
|
// from: from.toISOString(),
|
||||||
|
Loading…
Reference in New Issue
Block a user