Change allocatedNodes; Update frontend

This commit is contained in:
Lou Knauer
2022-03-24 16:08:47 +01:00
parent 0b83917294
commit f3c2a6cc24
5 changed files with 36 additions and 14 deletions

View File

@@ -159,7 +159,7 @@ type Query {
tags: [Tag!]! # List of all tags
user(username: String!): User
allocatedNodes(cluster: String!): [String!]!
allocatedNodes(cluster: String!): [Count!]!
job(id: ID!): Job
jobMetrics(id: ID!, metrics: [String!], scopes: [MetricScope!]): [JobMetricWithName!]!