feat: remove NotificationsArchive page and related files

- Deleted the NotificationsArchive.page, NotificationsArchive.php, and associated CSS file as they are no longer needed.
- This change helps streamline the codebase and remove obsolete components.
- Notifications replaced via unraid-api inclusion
This commit is contained in:
Zack Spear
2025-05-22 16:59:33 -07:00
parent e2551e7e9b
commit b8cb46cb28
6 changed files with 0 additions and 207 deletions

View File

@@ -477,10 +477,6 @@ function digits(number) {
return 'three';
}
function viewHistory() {
location.replace('/Tools/NotificationsArchive');
}
function flashReport() {
$.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://docs.unraid.net/go/changing-the-flash-device/'><?=_('See also here')?></a>");