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

-
- - - - - - - - - - - - - - - - - - - -
AppStateRevisionYnh VersionCreated timeStarted timeEnd time
{{job.name}}{{job.state}}{{job.target_revision}}{{job.yunohost_version}}{{job.created_time}}{{job.started_time}}{{job.end_time}}
-
+
+

Tasks

+
+ + + + + + + + + + + + + + + + + + + +
AppStateRevisionYnh VersionCreated timeStarted timeEnd 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}}
+
+ + +