mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
Merge pull request #890 from MihaelaStoica/CA-202476
CA-202476: Hide Scheduled snapshots option on the Snapshots page …
This commit is contained in:
commit
f49e2be36e
@ -137,7 +137,7 @@ namespace XenAdmin.TabPages
|
||||
VM_BatchCollectionChanged);
|
||||
m_VM.PropertyChanged += snapshot_PropertyChanged;
|
||||
//Version setup
|
||||
toolStripMenuItemScheduledSnapshots.Available = toolStripSeparatorView.Available = Registry.VMPRFeatureEnabled;
|
||||
toolStripMenuItemScheduledSnapshots.Available = toolStripSeparatorView.Available = Registry.VMPRFeatureEnabled && !Helpers.ClearwaterOrGreater(VM.Connection);
|
||||
if (VM.SnapshotView != SnapshotsView.ListView)
|
||||
TreeViewChecked();
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user