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:
Lance Edgar 2017-08-04 15:15:43 -05:00
parent f4d4dcbdd2
commit d8be651e95

View file

@ -46,6 +46,7 @@ class TempmonReadingView(MasterView):
url_prefix = '/tempmon/readings'
creatable = False
editable = False
bulk_deletable = True
grid_columns = [
'client_key',