Fix in progress
This commit is contained in:
parent
0c4efc2db3
commit
96b06f24bc
2 changed files with 4 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ def pastafari2_tasks():
|
|||
#request.args['order']=request.args.get('order', '1')
|
||||
admin.list.order='1'
|
||||
|
||||
admin.list.fields_showed=['id', 'name_task', 'description_task', 'path', 'is_parent', 'server', 'hostname']
|
||||
admin.list.fields_showed=['id', 'name_task', 'description_task', 'path', 'is_parent', 'server', 'hostname', 'parent_id']
|
||||
|
||||
admin.list.arr_extra_options=[tasks_options]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue