+
{Lang::T('Cron appear not been setup, please check
your cron setup.')}
diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl
index a075a25..89c354d 100644
--- a/ui/ui/sections/header.tpl
+++ b/ui/ui/sections/header.tpl
@@ -157,6 +157,30 @@
border-bottom-left-radius: 21px;
}
+ .panel-cron-success>.panel-heading {
+ border-bottom-right-radius: 21px;
+ border-bottom-left-radius: 21px;
+ color: #fff;
+ background-color: #169210;
+ border-color: #25e01c;
+
+ }
+
+ .panel-cron-warning>.panel-heading {
+ border-bottom-right-radius: 21px;
+ border-bottom-left-radius: 21px;
+ color: #350808;
+ background-color: #efeb0a;
+ border-color: #efeb0a;
+ }
+ .panel-cron-danger>.panel-heading {
+ border-bottom-right-radius: 21px;
+ border-bottom-left-radius: 21px;
+ color: #fff;
+ background-color: #e61212;
+ border-color: #df1335;
+ }
+
.panel-danger>.panel-heading {
color: #a94442;
background-color: #f2dede;