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.
This commit is contained in:
e025532
2026-04-07 15:15:24 +02:00
parent 10c228f255
commit e9cf3077fa
5 changed files with 249 additions and 3 deletions

View File

@@ -142,3 +142,10 @@
$w_nextRollup = "Next Rollup";
$w_storageTotalGB = "Storage Total GB";
$w_storageUsedGB = "Storage Used GB";
$w_network = "Network";
$w_start = "Start";
$w_end = "End";
$w_mask = "Mask";
$w_scopeOptions = "Scope Options";
$w_reservations = "Reservations";
$w_globalOptionValues = "Global Options Values";

View File

@@ -141,4 +141,11 @@
$w_lastUpdate = "Dernière Mise à Jour";
$w_nextRollup = "Prochain Cumulatif";
$w_storageTotalGB = "Stockage Total GB";
$w_storageUsedGB = "Stockage Utilisé GB";
$w_storageUsedGB = "Stockage Utilisé GB";
$w_network = "Réseau";
$w_start = "Début";
$w_end = "Fin";
$w_mask = "Masque";
$w_scopeOptions = "Options de portée";
$w_reservations = "Réservations";
$w_globalOptionValues = "Valeurs des Options Globales";