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