From 6cf64a09282e6f75af3003d885657e2e600157f3 Mon Sep 17 00:00:00 2001 From: bergware Date: Mon, 2 Apr 2018 22:35:43 +0200 Subject: [PATCH] Added warning when system notifications are disabled --- plugins/dynamix/include/DefaultPageLayout.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/dynamix/include/DefaultPageLayout.php b/plugins/dynamix/include/DefaultPageLayout.php index 3e3161933..5c0781d78 100644 --- a/plugins/dynamix/include/DefaultPageLayout.php +++ b/plugins/dynamix/include/DefaultPageLayout.php @@ -511,6 +511,8 @@ $(function() { showUpgrade('Reboot required to downgrade unRAID OS'); showUpgrade('unRAID OS v is available. Download Now','unRAIDServer'); + + $('.upgrade_notice').html('System notifications are disabled. Click here to change notification settings.').show();