mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 16:05:06 +01:00 
			
		
		
		
	add table to compareview, remove debug data view
This commit is contained in:
		| @@ -618,7 +618,8 @@ func (r *queryResolver) JobsMetricStats(ctx context.Context, filter []*model.Job | ||||
| 		numThreadsInt := int(job.NumHWThreads) | ||||
| 		numAccsInt := int(job.NumAcc) | ||||
| 		res = append(res, &model.JobStats{ | ||||
| 			JobID:           int(job.JobID), | ||||
| 			ID:              int(job.ID), | ||||
| 			JobID:           strconv.Itoa(int(job.JobID)), | ||||
| 			StartTime:       int(job.StartTime.Unix()), | ||||
| 			Duration:        int(job.Duration), | ||||
| 			Cluster:         job.Cluster, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user