Fixes in tasks
This commit is contained in:
parent
283d5249dc
commit
7fe9966808
4 changed files with 4 additions and 146 deletions
|
|
@ -61,16 +61,6 @@ def pastafari2_tasks_edit():
|
|||
return ""
|
||||
|
||||
def scripts_options(url, row_id, row):
|
||||
"""
|
||||
if row['is_parent']:
|
||||
|
||||
return ['<a target="_blank" href="'+url_for('admin_app.pastafari2_multiprogress', task_id=row_id)+'">'+_('View task log')+'</a>']
|
||||
|
||||
else:
|
||||
|
||||
return ['<a target="_blank" href="'+url_for('admin_app.pastafari2_progress', task_id=row_id)+'">'+_('View task log')+'</a>']
|
||||
"""
|
||||
#return ['<a href="">'+_('Edit scripts')+'</a>']
|
||||
|
||||
arr_options=SimpleList.standard_options(url, row_id, row)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue