From 7c0f7552d0d276bab1713a1bff7d580539455441 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Michel=20Nirgal=20Vourg=C3=A8re?= Date: Sat, 13 Nov 2010 15:59:35 +0000 Subject: [PATCH] Updated job page error message when stats are unavailable --- html_templates/job.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html_templates/job.html b/html_templates/job.html index 21439c4..1d83f2f 100644 --- a/html_templates/job.html +++ b/html_templates/job.html @@ -28,7 +28,7 @@ Result size: {{ job.get_sucess_size|filesizeformat }}
Time scheduled in system mode: {{ stats.nice_stime }} s
{% else %} Internal error: process {{ job.pid }} stats are not available.
- Job runner daemon may be restarting now.... + Either the job just terminated, or the job runner daemon may have a problem.... {% endif %} {% endwith %} {% else %} -- 2.30.2