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