mirror of
https://github.com/unraid/webgui.git
synced 2026-01-24 18:49:17 -06:00
Added "safe mode" indicator [2]
This commit is contained in:
@@ -338,7 +338,7 @@ $(function() {
|
||||
var top = ($.cookie('top')||0) - $('.tabs').offset().top - 75;
|
||||
if (top>0) {$('html,body').scrollTop(top);}
|
||||
$.removeCookie('top',{path:'/'});
|
||||
<?if (exec("grep -wo unraidsafemode /proc/cmdline")):?>
|
||||
<?if (strpos(file_get_contents('/proc/cmdline'),'unraidsafemode')!==false):?>
|
||||
showNotice('System running in <b>safe</b> mode');
|
||||
<?else:?>
|
||||
<?if ($version = plugin_update_available('unRAIDServer')):?>
|
||||
|
||||
Reference in New Issue
Block a user