summaryrefslogtreecommitdiffstats
path: root/module/web/json_app.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/json_app.py')
-rw-r--r--module/web/json_app.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/web/json_app.py b/module/web/json_app.py
index 9e9536a40..738f5ac63 100644
--- a/module/web/json_app.py
+++ b/module/web/json_app.py
@@ -142,6 +142,8 @@ def package(id):
pyfile["icon"] = "status_waiting.png"
elif pyfile["status"] == 8:
pyfile["icon"] = "status_failed.png"
+ elif pyfile["status"] == 4:
+ pyfile["icon"] = "arrow_right.png"
elif pyfile["status"] in (11, 13):
pyfile["icon"] = "status_proc.png"
else: