10 Commits

Author SHA1 Message Date
10c228f255 Remove test.php and enhance null safety and sorting across components
- Deleted `test.php` as it was no longer in use.
- Enhanced null safety checks in `Inventory.php`, `StdOut-detail.php`, `Backups.php`, and `SwitchsSAN.php` to prevent potential warnings.
- Refactored `SwitchsSAN.php` to improve sorting logic for ports based on errors, vFabric, and Port ID.
- Added seasonal snow effect script in `all.php` with toggle functionality for user engagement.
- Updated navigation bar (`navbar.html`) to include a new VIO page link.
- Introduced a new `VIO.php` page to display VIO monitoring details with table export and sorting features.
2026-03-31 11:33:57 +02:00
e025532
d5b45dbc22 Remove test.php and enhance null safety and sorting across components
- Deleted `test.php` as it was no longer in use.
- Enhanced null safety checks in `Inventory.php`, `StdOut-detail.php`, `Backups.php`, and `SwitchsSAN.php` to prevent potential warnings.
- Refactored `SwitchsSAN.php` to improve sorting logic for ports based on errors, vFabric, and Port ID.
- Added seasonal snow effect script in `all.php` with toggle functionality for user engagement.
- Updated navigation bar (`navbar.html`) to include a new VIO page link.
- Introduced a new `VIO.php` page to display VIO monitoring details with table export and sorting features.
2026-02-04 14:52:49 +01:00
9afc833361 Enhance /X/Inventory.php with detailed backup log handling and dynamic styling, add new opwsinf URL in include/all.php, and remove unused Orphan LUNs link from the navbar. 2025-11-05 10:09:03 +01:00
ea46ba5c8f Improve inventory handling and cookie management:
- Replace old cookie logic with `Set_Cookie()` for enhanced security (SameSite, Secure, HttpOnly).
- Add dynamic AIX/Linux filtering on `/X/Inventory.php` with checkbox-driven UI and adjusted SQL queries.
- Expand `/X/Inventory.php` table with additional columns (`BES`, `FI`) and enhance data validation/styling.
- Add `decypher()` function in `Z_data_linux.php` to support OpenSSL-based file decryption with error handling.
2025-10-14 11:08:42 +02:00
878106f83f Enhance resilience and UI in inventory and server detail pages:
- Add `Heartbeat` column to `/X/Inventory.php` with status-based row styling.
- Improve error handling and data validation for backup details in `Server-Detail.php`.
2025-09-17 10:20:48 +02:00
2c279320ce Add "Host" column to the inventory table in /X/Inventory.php and introduce VM issue metrics (Unclustered, Wrong Owner) in Hyper-V clusters report with refined query logic. 2025-09-03 09:48:55 +02:00
097481aec0 Standardize left navbar with sticky and full height styling across multiple pages. Optimize backend functions in global.php. 2025-08-13 12:14:06 +02:00
5d01e6da14 Replace deprecated instr function with str_contains and add include/global.php for central configurations. 2025-08-13 09:38:16 +02:00
676089950d Add bootstrap-table.js library to support dynamic table functionality in the project 2025-08-05 16:02:57 +02:00
44dc7a22c0 - Add detailed HTTP error handling in web.config
- Update comments in `Server-Detail.php` to reflect current tools
- Introduce AIX/Linux backup details in `Server-Detail.php`
- Add `/X/inventory.php` for AIX/Linux server inventory display functionality
- Update `navbar.html` to include link to the new server inventory page
2025-08-05 15:35:42 +02:00