From f466f5510e24ca272678a4d4a6b9edbdf0273e49 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Tue, 20 Jul 2021 16:29:11 +0200 Subject: [PATCH] Better colors --- assets/job/index.scss | 4 ++-- templates/job/index.html.twig | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/job/index.scss b/assets/job/index.scss index f9b3c4a..0d2266e 100644 --- a/assets/job/index.scss +++ b/assets/job/index.scss @@ -2,8 +2,8 @@ @import "~font-awesome"; tr.norun td { - background-color: #ff8888; + background-color: #f8d7da; } tr.running td { - background-color: #88ff88; + background-color: #d4edda; } \ No newline at end of file diff --git a/templates/job/index.html.twig b/templates/job/index.html.twig index e003c8c..49852c4 100644 --- a/templates/job/index.html.twig +++ b/templates/job/index.html.twig @@ -15,12 +15,12 @@ {% for job in jobs %} - - {{ job.name }} - {{ attribute(job, 'host-displayname') }} - {{ job.interval | interval }} - {{ job.nextrun | date("d/m/Y H:i:s") }} - + + {{ job.name }} + {{ attribute(job, 'host-displayname') }} + {{ job.interval | interval }} + {{ job.nextrun | date("d/m/Y H:i:s") }} +