diff --git a/templates/index.html b/templates/index.html
index 4196de1..c767ddb 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -2,35 +2,38 @@
YunoRunner for CI
+
+
+
+
-
- Tasks
-
-
-
- App |
- State |
- Revision |
- Ynh Version |
- Created time |
- Started time |
- End time |
-
-
- {{job.name}} |
- {{job.state}} |
- {{job.target_revision}} |
- {{job.yunohost_version}} |
- {{job.created_time}} |
- {{job.started_time}} |
- {{job.end_time}} |
-
-
-
+
+ Tasks
+
+
+
+ App |
+ State |
+ Revision |
+ Ynh Version |
+ Created time |
+ Started time |
+ End time |
+
+
+ {{job.name}} |
+ {{job.state}} |
+ {{job.target_revision}} |
+ {{job.yunohost_version}} |
+ {{job.created_time}} |
+ {{job.started_time}} |
+ {{job.end_time}} |
+
+
+
+
+
+
+
+
+
+ Job '{{job.name}}'
+
+
+ State | {{job.state}} |
+ Target revision | {{job.target_revision}} |
+ YunoHost version | {{job.yunohost_version}} |
+ Created time | {{job.created_time}} |
+ Started time | {{job.started_time}} |
+ End time | {{job.end_time}} |
+
+
+ Excution log:
+ {{job.log}}
+
+
+
+