Merge pull request #1126 from geosharath/VMSS

CA-213496: Snapshots taken part of VMSS have same symbol as manually taken snapshots
This commit is contained in:
Konstantina Chremmou 2016-08-18 10:30:53 +01:00 committed by GitHub
commit ba4c0b728a

View File

@ -311,7 +311,7 @@ namespace XenAdmin
if (vm.is_a_snapshot)
{
if (vm.is_snapshot_from_vmpp)
if (vm.is_snapshot_from_vmpp || vm.is_vmss_snapshot)
{
if (vm.power_state == vm_power_state.Suspended)
return Icons.ScheduledSnapshotDiskMemory;