mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-22 16:36:03 +01:00
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:
commit
ba4c0b728a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user