mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Snapshot view: Treeview as default (like in the past)
https://github.com/xcp-ng/xenadmin/issues/62
This commit is contained in:
parent
076c9dfb96
commit
66e4382d3b
@ -131,10 +131,10 @@ namespace XenAdmin.TabPages
|
||||
//Version setup
|
||||
toolStripMenuItemScheduledSnapshots.Available = toolStripSeparatorView.Available = !Helpers.FeatureForbidden(VM.Connection, Host.RestrictVMSnapshotSchedule);
|
||||
|
||||
if (_storedViewsPerVm.ContainsKey(m_VM.opaque_ref) && _storedViewsPerVm[m_VM.opaque_ref] != SnapshotsView.ListView)
|
||||
TreeViewChecked();
|
||||
else
|
||||
if (_storedViewsPerVm.ContainsKey(m_VM.opaque_ref) && _storedViewsPerVm[m_VM.opaque_ref] == SnapshotsView.ListView)
|
||||
GridViewChecked();
|
||||
else
|
||||
TreeViewChecked();
|
||||
|
||||
toolStripButtonTreeView.Enabled = true;
|
||||
toolStripButtonTreeView.ToolTipText = "";
|
||||
|
Loading…
Reference in New Issue
Block a user