add table to compareview, remove debug data view

This commit is contained in:
Christoph Kluge
2025-05-08 15:21:05 +02:00
parent c119eeb468
commit 9ebc49dd1c
5 changed files with 136 additions and 25 deletions

View File

@@ -97,7 +97,8 @@ type JobResultList struct {
}
type JobStats struct {
JobID int `json:"jobId"`
ID int `json:"id"`
JobID string `json:"jobId"`
StartTime int `json:"startTime"`
Duration int `json:"duration"`
Cluster string `json:"cluster"`