mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 13:09:58 -06:00
Nchan start/stop foundation
Some delay needed, brrr.
This commit is contained in:
@@ -277,7 +277,7 @@ devices.on('message', function(data) {
|
||||
}
|
||||
display_diskio();
|
||||
<?if ($var['fsState']=='Stopped'):?>
|
||||
setTimeout(function(){devices.stop();},0);
|
||||
setTimeout(function(){devices.stop();},1000);
|
||||
<?endif;?>
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user