Commit Graph

2 Commits

Author SHA1 Message Date
e025532
e9cf3077fa Add DHCP management pages and update navigation
- Implemented `dhcp_servers.php` for listing DHCP servers with export and search functionalities.
- Added `dhcp_detail.php` for detailed DHCP server configurations, including scopes and reservations.
- Updated `navbar.html` to include a new "Network" section with DHCP navigation links.
- Extended French and English translation files to support new DHCP-related terms.
2026-04-07 15:15:24 +02:00
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