Make tempmon readings bulk-deletable
although if there are enough of them, it can still suck.. need to add a progress bar for bulk-delete at some point..
This commit is contained in:
		
							parent
							
								
									f4d4dcbdd2
								
							
						
					
					
						commit
						d8be651e95
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -46,6 +46,7 @@ class TempmonReadingView(MasterView):
 | 
			
		|||
    url_prefix = '/tempmon/readings'
 | 
			
		||||
    creatable = False
 | 
			
		||||
    editable = False
 | 
			
		||||
    bulk_deletable = True
 | 
			
		||||
 | 
			
		||||
    grid_columns = [
 | 
			
		||||
        'client_key',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue