mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-11-04 01:25:06 +01:00 
			
		
		
		
	Fix keyword in node view jobs query
This commit is contained in:
		@@ -81,7 +81,7 @@
 | 
				
			|||||||
    let sorting = { field: "startTime", order: "DESC" };
 | 
					    let sorting = { field: "startTime", order: "DESC" };
 | 
				
			||||||
    $: filter = [
 | 
					    $: filter = [
 | 
				
			||||||
        { cluster: { eq: cluster } },
 | 
					        { cluster: { eq: cluster } },
 | 
				
			||||||
        { node: { eq: hostname } },
 | 
					        { node: { contains: hostname } },
 | 
				
			||||||
        { state: ["running"] },
 | 
					        { state: ["running"] },
 | 
				
			||||||
        // {startTime: {
 | 
					        // {startTime: {
 | 
				
			||||||
        //     from: from.toISOString(),
 | 
					        //     from: from.toISOString(),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user