mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
Added warning when system notifications are disabled
This commit is contained in:
@@ -511,6 +511,8 @@ $(function() {
|
||||
showUpgrade('<b>Reboot required</b> to downgrade unRAID OS');
|
||||
<?elseif ($version = plugin_update_available('unRAIDServer',true)):?>
|
||||
showUpgrade('unRAID OS v<?=$version?> is available. <a>Download Now</a>','unRAIDServer');
|
||||
<?elseif (!$notify['system']):?>
|
||||
$('.upgrade_notice').html('System notifications are <b>disabled</b>. Click <a href="/Settings/Notifications" style="cursor:pointer">here</a> to change notification settings.').show();
|
||||
<?endif;?>
|
||||
<?endif;?>
|
||||
<?if ($notify['display']):?>
|
||||
|
||||
Reference in New Issue
Block a user