From 027e30a624fda254e8206953c2b9d36cd2ed6ad6 Mon Sep 17 00:00:00 2001 From: zhuyj17 Date: Sat, 17 Nov 2018 22:59:18 +0800 Subject: [PATCH] Add 'get output' on batch_list html --- web/templates/batch/batch_list.html | 125 +++++++++++++++++++++++++--- 1 file changed, 115 insertions(+), 10 deletions(-) diff --git a/web/templates/batch/batch_list.html b/web/templates/batch/batch_list.html index 38eca0f..853d89b 100644 --- a/web/templates/batch/batch_list.html +++ b/web/templates/batch/batch_list.html @@ -31,9 +31,103 @@

- + {% for job_info in job_list %} + - + {% endfor %} +
+
@@ -42,31 +136,42 @@ - + + {% for job_info in job_list %} - - - + + - - + + + + + {% endfor %}
IDTasks Operations Create Time
Stdout and Stderr
{{ job_info['job_id'] }}{{ job_info['job_name'] }} + {{ job_info['job_id'] }}{{ job_info['job_name'] }} {{ job_info['status'] }} - - Tasks{{ job_info['create_time'] }}Tasks{{ job_info['create_time'] }}Get Output
+ + {% endblock %} {% block script_src %} + +