mirror of
https://github.com/unraid/webgui.git
synced 2026-05-06 20:30:50 -05:00
Update DashStats.page
This commit is contained in:
@@ -1033,6 +1033,7 @@ function smartMenu(table) {
|
||||
opts.push({text:"_(Acknowledge)_",icon:'fa-check-square-o',action:function(e){e.preventDefault();acknowledge(id,disk);}});
|
||||
}
|
||||
$(id).bind('click',function(){update2=false;}).bind('mouseout',function(){setTimeout(function(){update2=true;},15000);});
|
||||
context.destroy(id);
|
||||
context.attach(id,opts);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user