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
|
@ -46,6 +46,7 @@ class TempmonReadingView(MasterView):
|
||||||
url_prefix = '/tempmon/readings'
|
url_prefix = '/tempmon/readings'
|
||||||
creatable = False
|
creatable = False
|
||||||
editable = False
|
editable = False
|
||||||
|
bulk_deletable = True
|
||||||
|
|
||||||
grid_columns = [
|
grid_columns = [
|
||||||
'client_key',
|
'client_key',
|
||||||
|
|
Loading…
Reference in a new issue