mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Return sub_labels in event summary information. (#5642)
This commit is contained in:
		
							parent
							
								
									c20c982ad0
								
							
						
					
					
						commit
						e8d8cc4f55
					
				@ -111,6 +111,7 @@ def events_summary():
 | 
			
		||||
        Event.select(
 | 
			
		||||
            Event.camera,
 | 
			
		||||
            Event.label,
 | 
			
		||||
            Event.sub_label,
 | 
			
		||||
            fn.strftime(
 | 
			
		||||
                "%Y-%m-%d",
 | 
			
		||||
                fn.datetime(
 | 
			
		||||
@ -124,6 +125,7 @@ def events_summary():
 | 
			
		||||
        .group_by(
 | 
			
		||||
            Event.camera,
 | 
			
		||||
            Event.label,
 | 
			
		||||
            Event.sub_label,
 | 
			
		||||
            fn.strftime(
 | 
			
		||||
                "%Y-%m-%d",
 | 
			
		||||
                fn.datetime(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user