mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-11-04 01:25:06 +01:00 
			
		
		
		
	Centralize project filter for manager role
- Remove all unnecessary frontend code for managerfilters
This commit is contained in:
		@@ -42,7 +42,6 @@ type JobFilter struct {
 | 
			
		||||
	ArrayJobID      *int              `json:"arrayJobId"`
 | 
			
		||||
	User            *StringInput      `json:"user"`
 | 
			
		||||
	Project         *StringInput      `json:"project"`
 | 
			
		||||
	MultiProject    []*string         `json:"multiProject"`
 | 
			
		||||
	Cluster         *StringInput      `json:"cluster"`
 | 
			
		||||
	Partition       *StringInput      `json:"partition"`
 | 
			
		||||
	Duration        *schema.IntRange  `json:"duration"`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user