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" 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}