From f45e0340cf050e3173b43d76ca38032f2e8ba969 Mon Sep 17 00:00:00 2001 From: bergware Date: Fri, 18 Oct 2019 19:47:37 +0200 Subject: [PATCH 1/2] Dashboard: show titles without text-transform --- plugins/dynamix/styles/default-black.css | 2 +- plugins/dynamix/styles/default-white.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/dynamix/styles/default-black.css b/plugins/dynamix/styles/default-black.css index 2fcddbbfe..a5b83fa7a 100644 --- a/plugins/dynamix/styles/default-black.css +++ b/plugins/dynamix/styles/default-black.css @@ -155,7 +155,7 @@ table.share_status.table{margin-top:36px} table.share_status.table tr>td{width:50%} table.share_status.dashboard{float:left;margin:6px 10px 14px 10px;border:1px solid #2b2b2b} table.share_status.dashboard thead tr:last-child{border-bottom:none} -table.share_status.dashboard thead tr:first-child>td{background-color:transparent;height:4rem;line-height:4rem;font-size:1.6rem;font-weight:bold;letter-spacing:1.8px;text-transform:capitalize;vertical-align:middle} +table.share_status.dashboard thead tr:first-child>td{background-color:transparent;height:4rem;line-height:4rem;font-size:1.6rem;font-weight:bold;letter-spacing:1.8px;text-transform:none;vertical-align:middle} table.share_status.dashboard tbody tr:nth-child(even){background-color:transparent} table.share_status.dashboard tbody td{padding-top:5px;padding-bottom:5px} table.share_status.dashboard tbody.parity_view tr:last-child>td{padding-bottom:20px} diff --git a/plugins/dynamix/styles/default-white.css b/plugins/dynamix/styles/default-white.css index 596335235..44b0abd43 100644 --- a/plugins/dynamix/styles/default-white.css +++ b/plugins/dynamix/styles/default-white.css @@ -155,7 +155,7 @@ table.share_status.table{margin-top:36px} table.share_status.table tr>td{width:50%} table.share_status.dashboard{float:left;margin:6px 10px 14px 10px;border:1px solid #e3e3e3} table.share_status.dashboard thead tr:last-child{border-bottom:none} -table.share_status.dashboard thead tr:first-child>td{background-color:transparent;height:4rem;line-height:4rem;font-size:1.6rem;font-weight:bold;letter-spacing:1.8px;text-transform:capitalize;vertical-align:middle} +table.share_status.dashboard thead tr:first-child>td{background-color:transparent;height:4rem;line-height:4rem;font-size:1.6rem;font-weight:bold;letter-spacing:1.8px;text-transform:none;vertical-align:middle} table.share_status.dashboard tbody tr:nth-child(even){background-color:transparent} table.share_status.dashboard tbody td{padding-top:5px;padding-bottom:5px} table.share_status.dashboard tbody.parity_view tr:last-child>td{padding-bottom:20px} From ac748a73de3e051a81b766e3776e259c8a53713f Mon Sep 17 00:00:00 2001 From: bergware Date: Fri, 18 Oct 2019 20:19:17 +0200 Subject: [PATCH 2/2] Enable notifications by default --- plugins/dynamix/default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix/default.cfg b/plugins/dynamix/default.cfg index 41a81297d..751cbb8a5 100644 --- a/plugins/dynamix/default.cfg +++ b/plugins/dynamix/default.cfg @@ -38,7 +38,7 @@ date="d-m-Y" time="H:i" position="top-right" path="/tmp/notifications" -system="" +system="*/1 * * * *" entity="1" normal="1" warning="1"