mirror of
https://github.com/unraid/webgui.git
synced 2026-02-20 16:18:57 -06:00
Enhanced boot page
This commit is contained in:
@@ -139,7 +139,7 @@ function shutdown_offline() {
|
||||
$('.sub2').html("<?=_('System is offline')?>... "+time);
|
||||
setTimeout(shutdown_offline,500);
|
||||
} else {
|
||||
$('.sub2').html("<?=_('System is powered off')?>... "+time);
|
||||
$('.sub2').html("<?=_('System is powered off')?>...");
|
||||
setTimeout(power_on,500);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user