From 985ddda41f9c5cc07cd6e18d9563be475634da70 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:55:58 +0100 Subject: [PATCH] fix panel warning bottom radius --- ui/ui/dashboard.tpl | 2 +- ui/ui/sections/header.tpl | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/ui/ui/dashboard.tpl b/ui/ui/dashboard.tpl index f0432982..b47f0796 100644 --- a/ui/ui/dashboard.tpl +++ b/ui/ui/dashboard.tpl @@ -198,7 +198,7 @@ {assign var="current_time" value=$smarty.now} {assign var="run_time" value=strtotime($run_date)} {if $current_time - $run_time > 3600} -
+
  {Lang::T('Cron has not run for over 1 hour. Please check your setup.')}
diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index 862dbe4d..a075a25a 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -157,11 +157,6 @@ border-bottom-left-radius: 21px; } - .panel-warning>.panel-heading { - border-bottom-right-radius: 21px; - border-bottom-left-radius: 21px; - } - .panel-danger>.panel-heading { color: #a94442; background-color: #f2dede;