summaryrefslogtreecommitdiffstats
path: root/module/web
diff options
context:
space:
mode:
Diffstat (limited to 'module/web')
-rw-r--r--module/web/json_app.py2
-rw-r--r--module/web/media/default/img/arrow_right.pngbin0 -> 349 bytes
2 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:
diff --git a/module/web/media/default/img/arrow_right.png b/module/web/media/default/img/arrow_right.png
new file mode 100644
index 000000000..b1a181923
--- /dev/null
+++ b/module/web/media/default/img/arrow_right.png
Binary files differ