Update VM and DHCP management pages, optimize code
- Modified VM queries in `SYN-VMList.php` to remove unnecessary cluster filtering. - Adjusted page titles for better context in `SYN-VMList.php`. - Updated `dhcp_servers.php` with enhanced table export and added new JavaScript (`switch.js`). - Extended French translations in `fr.php` with new VM-related terms. - Enhanced KPI calculations in `Crossover-KPI.js` with improved checks and parameter handling. - Refactored and streamlined `GlobalCrossover.php` for cleaner and more efficient code, improving readability and maintainability.
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
$nav_3_2 = "VMs Backup";
|
||||
$nav_3_3 = "VMs Mem hunt";
|
||||
$nav_3_4 = "Hosts Mem hunt";
|
||||
$nav_3_5 = "VMs List";
|
||||
|
||||
|
||||
$nav_4 = "Shared Folders";
|
||||
$nav_4_1 = "Projects & Teams";
|
||||
@@ -61,6 +63,7 @@
|
||||
$ti_16 = "Workstation Global Crossover";
|
||||
$ti_17 = "HeartBeat Map for servers NOT in maintenance";
|
||||
$ti_18 = "Cluster Resources";
|
||||
$ti_19 = "Virtual Machines";
|
||||
|
||||
// words
|
||||
$w_server = "Server";
|
||||
@@ -148,4 +151,9 @@
|
||||
$w_mask = "Mask";
|
||||
$w_scopeOptions = "Scope Options";
|
||||
$w_reservations = "Reservations";
|
||||
$w_globalOptionValues = "Global Options Values";
|
||||
$w_globalOptionValues = "Global Options Values";
|
||||
$w_prefferedNode = "Preffered Node";
|
||||
$w_VMOnWrongOwner = "VM(s) on Wrong Owner";
|
||||
$w_unclusteredVMs = "Unclustered VM(s)";
|
||||
$w_vmCpuChecked = "VM(s) With 'CPU Compatibility' checked";
|
||||
$w_vmDynamicVHD = "VM(s) with dynamic VHD";
|
||||
|
||||
Reference in New Issue
Block a user