mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-10-26 22:35:05 +01: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