From 5d0807959de238399fb49de6d0b29b5f4e4b37f1 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 26 May 2011 20:20:21 +0200 Subject: mirror detection/handling --- module/web/json_app.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/web/json_app.py') 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: -- cgit v1.2.3