mirror of
https://github.com/unraid/webgui.git
synced 2026-05-06 20:30:50 -05:00
Use configuration check as background check
This commit is contained in:
@@ -371,7 +371,7 @@ $(function() {
|
||||
for (var i=0,notice; notice=notices[i]; i++) addBannerWarning("<i class='fa fa-warning' style='float:initial;'></i> "+notice,false,true);
|
||||
});
|
||||
// check for flash offline / corrupted.
|
||||
$.post('/webGui/include/Report.php',{cmd:'sha256'},function(check){
|
||||
$.post('/webGui/include/Report.php',{cmd:'config'},function(check){
|
||||
if (check>0) addBannerWarning("<?=_('Your flash drive is corrupted or offline').'. '._('Post your diagnostics in the forum for help').'.'?> <a target='_blank' href='https://wiki.unraid.net/Manual/Changing_The_Flash_Device'><?=_('See also here')?></a>");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user