mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 07:55:06 +01:00 
			
		
		
		
	Fix exclusive to shared in svlete and graphql
This commit is contained in:
		| @@ -69,7 +69,7 @@ type JobFilter struct { | ||||
| 	StartTime       *config.TimeRange `json:"startTime,omitempty"` | ||||
| 	State           []schema.JobState `json:"state,omitempty"` | ||||
| 	MetricStats     []*MetricStatItem `json:"metricStats,omitempty"` | ||||
| 	Shared          *StringInput      `json:"shared,omitempty"` | ||||
| 	Shared          *string           `json:"shared,omitempty"` | ||||
| 	Node            *StringInput      `json:"node,omitempty"` | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user