diff --git a/doc/backup-cloud.d/notification.avif b/doc/backup-cloud.d/notification.avif index 6b85b875..cc7b9e3d 100644 Binary files a/doc/backup-cloud.d/notification.avif and b/doc/backup-cloud.d/notification.avif differ diff --git a/doc/backup-upload.d/notification.avif b/doc/backup-upload.d/notification.avif index b2ae6a80..454630d7 100644 Binary files a/doc/backup-upload.d/notification.avif and b/doc/backup-upload.d/notification.avif differ diff --git a/doc/check-certificates.md b/doc/check-certificates.md index 7c30e1e0..b8fece01 100644 --- a/doc/check-certificates.md +++ b/doc/check-certificates.md @@ -21,8 +21,7 @@ certificates that are still about to expire. ### Sample notifications -![check-certificates notification warning](check-certificates.d/notification-01-warn.avif) - +![check-certificates notification warning](check-certificates.d/notification-01-warn.avif) ![check-certificates notification renew](check-certificates.d/notification-02-renew.avif) Requirements and installation diff --git a/doc/check-perpetual-license.md b/doc/check-perpetual-license.md index 84e6e98f..a32c4c3f 100644 --- a/doc/check-perpetual-license.md +++ b/doc/check-perpetual-license.md @@ -22,8 +22,7 @@ and sends a notification to warn before expiration. ### Sample notifications -![check-perpetual-license notification warn](check-perpetual-license.d/notification-01-warn.avif) - +![check-perpetual-license notification warn](check-perpetual-license.d/notification-01-warn.avif) ![check-perpetual-license notification renew](check-perpetual-license.d/notification-02-renew.avif) Requirements and installation diff --git a/doc/check-routeros-update.d/notification-01-found.avif b/doc/check-routeros-update.d/notification-01-found.avif index f8ac007c..e49f8fa7 100644 Binary files a/doc/check-routeros-update.d/notification-01-found.avif and b/doc/check-routeros-update.d/notification-01-found.avif differ diff --git a/doc/check-routeros-update.md b/doc/check-routeros-update.md index 197aebeb..516dc624 100644 --- a/doc/check-routeros-update.md +++ b/doc/check-routeros-update.md @@ -31,14 +31,13 @@ automatically is supported. > of view. At the same time it can be source of serve breakage. So test > versions in lab and read > [changelog ↗️](https://mikrotik.com/download/changelogs/) and -> [forum ↗️](https://forum.mikrotik.com/viewforum.php?f=21) before deploying +> [forum ↗️](https://forum.mikrotik.com/c/announcements/5) before deploying > to your production environment! Automatic updates should be handled > with care! ### Sample notifications -![check-routeros-update notification found](check-routeros-update.d/notification-01-found.avif) - +![check-routeros-update notification found](check-routeros-update.d/notification-01-found.avif) ![check-routeros-update notification neighbor](check-routeros-update.d/notification-02-neighbor.avif) Requirements and installation diff --git a/doc/log-forward.md b/doc/log-forward.md index 4120be62..d5a2f137 100644 --- a/doc/log-forward.md +++ b/doc/log-forward.md @@ -37,8 +37,7 @@ log messages and forwards them via notification. ### Sample notifications -![log-forward notification info](log-forward.d/notification-01-info.avif) - +![log-forward notification info](log-forward.d/notification-01-info.avif) ![log-forward notification warn](log-forward.d/notification-02-warn.avif) Requirements and installation diff --git a/general/style.css b/general/style.css index 0bbfe9ce..0d5bd1be 100644 --- a/general/style.css +++ b/general/style.css @@ -39,6 +39,9 @@ div.notification { div.content { padding-left: 60px; } +hr { + clear: both; +} img.logo { float: left; /* border-radius: 50%; */ @@ -100,5 +103,6 @@ td.head .bottom { } div.notification { float: right; + margin: 10px; } }