From dcab04771f751b0fe5801dc6f3602fc9f0146cfe Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 15 Jul 2018 08:31:26 +0200 Subject: [PATCH] [mod] put pages in containers classes --- templates/index.html | 46 +++++++++++++++++++++++--------------------- templates/job.html | 24 ++++++++++++----------- 2 files changed, 37 insertions(+), 33 deletions(-) diff --git a/templates/index.html b/templates/index.html index c44f78f..9d5ad80 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,28 +10,30 @@
-

Tasks

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

Tasks

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