diff --git a/Hyper-V/Legacy-VMList.php b/Hyper-V/Legacy-VMList.php index 505c0e7..3cea4bf 100644 --- a/Hyper-V/Legacy-VMList.php +++ b/Hyper-V/Legacy-VMList.php @@ -47,26 +47,9 @@
| VM | Owner | @@ -95,6 +78,9 @@ if($row['WWPNs'] != ""){ echo 'LUN(s) '; } + if($row['DynamicVHD'] == "Y"){ + echo 'Dyn. VHDX '; + } echo ""; # Prefered Owner if($row['Owner'] == $row['PreferredOwner']){ @@ -124,7 +110,7 @@ echo ""; } ?> - +
|---|