mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 11:19:25 -05:00
Enhanced notifications with detailed and summary view
This commit is contained in:
@@ -41,7 +41,7 @@ function resize(bind) {
|
||||
}
|
||||
<?endif;?>
|
||||
function archiveList(init) {
|
||||
$.get('/webGui/include/NotificationsArchive.php',function(data) {
|
||||
$.get('/webGui/include/NotificationsArchive.php',{filter:'<?=$_GET['filter']?>'},function(data) {
|
||||
if (data) $('#archive_list').html(data);
|
||||
if (init) {
|
||||
<?if ($display['resize']):?>
|
||||
|
||||
Reference in New Issue
Block a user