Merge pull request #890 from MihaelaStoica/CA-202476

CA-202476: Hide Scheduled snapshots option on the Snapshots page …
This commit is contained in:
Gabor Apati-Nagy 2016-03-09 11:10:14 +00:00
commit f49e2be36e

View File

@ -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