mirror of
https://github.com/unraid/webgui.git
synced 2026-05-21 05:39:37 -05:00
Notifications: fixes and enhancements
This commit is contained in:
@@ -90,7 +90,7 @@ function askConfirmation() {
|
||||
confirmButtonText:"_(Proceed)_",
|
||||
cancelButtonText:"_(Cancel)_"
|
||||
},
|
||||
function(){$.post('/webGui/include/DeleteLogFile.php',{log:'*.notify',filter:filter},function(){reloadList();});});
|
||||
function(){$.post('/webGui/include/DeleteLogFile.php',{log:'*.notify',filter:filter},function(){$('#deleteAll').hide();reloadList();});});
|
||||
}
|
||||
function openClose(row) {
|
||||
var extra = '#archive_list .tablesorter-childRow.row'+row+' td';
|
||||
|
||||
Reference in New Issue
Block a user