mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 05:19:05 +01:00
Merge branch 'hotfix' of github.com:ClusterCockpit/cc-backend into hotfix
This commit is contained in:
commit
fd38e1ddc0
@ -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