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:
@@ -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";
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user