mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 12:51:40 +02:00
Minor fixes; Update frontend
This commit is contained in:
@@ -65,7 +65,7 @@ func (r *JobRepository) Find(
|
||||
startTime *int64) (*schema.Job, error) {
|
||||
|
||||
q := sq.Select(jobColumns...).From("job").
|
||||
Where("job.job_id = ?", jobId)
|
||||
Where("job.job_id = ?", *jobId)
|
||||
|
||||
if cluster != nil {
|
||||
q = q.Where("job.cluster = ?", *cluster)
|
||||
|
Reference in New Issue
Block a user