summaryrefslogtreecommitdiffstats
path: root/module/web
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-26 20:20:21 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-26 20:20:21 +0200
commit5d0807959de238399fb49de6d0b29b5f4e4b37f1 (patch)
tree178b0f813447e54859f0b3f11432c06458dd0f90 /module/web
parentrehost plugin, fixed some account management issues (diff)
downloadpyload-5d0807959de238399fb49de6d0b29b5f4e4b37f1.tar.xz
mirror detection/handling
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