From 517877b74fa88bef45c2dfdf221db482b7065236 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 15 Jul 2018 04:00:15 +0200 Subject: [PATCH] [enh] integrate bulma.css for fun and profit --- templates/index.html | 55 +++++++++++++++++++++++--------------------- templates/job.html | 51 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+), 26 deletions(-) create mode 100644 templates/job.html 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}}
+
+ + +