bugfix
This commit is contained in:
parent
d786615261
commit
de75fce635
@ -1,5 +1,6 @@
|
|||||||
{% set dmgr=DownloadMgr(request) %}
|
{% set dmgr=DownloadMgr(request) %}
|
||||||
{% set status=dmgr.get_task_status(params_kw.taskid) %}
|
{% set status=dmgr.get_task_status(params_kw.taskid) %}
|
||||||
|
{% if status %}
|
||||||
{
|
{
|
||||||
"widgettype":"VBox",
|
"widgettype":"VBox",
|
||||||
"options":{
|
"options":{
|
||||||
@ -24,3 +25,12 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
"widgettype":"Text",
|
||||||
|
"options":{
|
||||||
|
"cwidth":16,
|
||||||
|
"cheight":14,
|
||||||
|
"text":"{{paramas_kw.taskid}} get status error"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{% endif %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user