projects
/
ais.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f81116
)
Updated job page error message when stats are unavailable
author
Jean-Michel Nirgal Vourgère
<jmv@nirgal.com>
Sat, 13 Nov 2010 15:59:35 +0000
(15:59 +0000)
committer
Jean-Michel Nirgal Vourgère
<jmv@nirgal.com>
Sat, 13 Nov 2010 15:59:35 +0000
(15:59 +0000)
html_templates/job.html
patch
|
blob
|
history
diff --git
a/html_templates/job.html
b/html_templates/job.html
index 21439c429cf6f334594d20040d880fcb9de1d81a..1d83f2f25c59082442821078e76e14592d516e0f 100644
(file)
--- a/
html_templates/job.html
+++ b/
html_templates/job.html
@@
-28,7
+28,7
@@
Result size: {{ job.get_sucess_size|filesizeformat }}<br>
Time scheduled in system mode: {{ stats.nice_stime }} s<br>
{% else %}
<b>Internal error</b>: process {{ job.pid }} stats are not available.<br>
-
Job runner daemon may be restarting now
....
+
Either the job just terminated, or the job runner daemon may have a problem
....
{% endif %}
{% endwith %}
{% else %}