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