mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
Set default graph width to 10 minutes to fix apparent lack of updates [XOP-420]
This commit is contained in:
parent
5e3c786b2b
commit
ca888b4a1f
4
XenAdmin/TabPages/PerformancePage.Designer.cs
generated
4
XenAdmin/TabPages/PerformancePage.Designer.cs
generated
@ -105,8 +105,8 @@ namespace XenAdmin.TabPages
|
||||
this.DataPlotNav.DataEventList = this.DataEventList;
|
||||
this.DataPlotNav.DisplayedUuids = ((System.Collections.Generic.List<string>)(resources.GetObject("DataPlotNav.DisplayedUuids")));
|
||||
this.DataPlotNav.GraphOffset = System.TimeSpan.Parse("00:00:00");
|
||||
this.DataPlotNav.GraphWidth = System.TimeSpan.Parse("00:15:00");
|
||||
this.DataPlotNav.GridSpacing = System.TimeSpan.Parse("00:03:00");
|
||||
this.DataPlotNav.GraphWidth = System.TimeSpan.Parse("00:09:59");
|
||||
this.DataPlotNav.GridSpacing = System.TimeSpan.Parse("00:02:00");
|
||||
this.DataPlotNav.MinimumSize = new System.Drawing.Size(410, 0);
|
||||
this.DataPlotNav.Name = "DataPlotNav";
|
||||
this.DataPlotNav.ScrollViewOffset = System.TimeSpan.Parse("00:00:00");
|
||||
|
Loading…
Reference in New Issue
Block a user