mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
CA-141170: EN: Missing Tooltip of "Filter by Location", "Refresh" and "Export All" in "Alerts" and "Updates" tab under "Notifications".
-Fixed by removing all the (redundant) tooltips from all the buttons in Alerts, Updates, Events view. Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
cabdb8e0da
commit
5647664cc9
@ -56,6 +56,8 @@ namespace XenAdmin.Controls
|
||||
|
||||
public FilterSeveritiesToolStripDropDownButton()
|
||||
{
|
||||
AutoToolTip = false;
|
||||
|
||||
toolStripMenuItem0 = new ToolStripMenuItem
|
||||
{
|
||||
Text = Messages.SEVERITY_FILTER_0,
|
||||
|
67
XenAdmin/TabPages/AlertSummaryPage.Designer.cs
generated
67
XenAdmin/TabPages/AlertSummaryPage.Designer.cs
generated
@ -32,13 +32,13 @@ namespace XenAdmin.TabPages
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlertSummaryPage));
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.LabelCappingEntries = new System.Windows.Forms.Label();
|
||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
@ -109,6 +109,7 @@ namespace XenAdmin.TabPages
|
||||
//
|
||||
// toolStripDropDownSeveritiesFilter
|
||||
//
|
||||
this.toolStripDropDownSeveritiesFilter.AutoToolTip = false;
|
||||
resources.ApplyResources(this.toolStripDropDownSeveritiesFilter, "toolStripDropDownSeveritiesFilter");
|
||||
this.toolStripDropDownSeveritiesFilter.Name = "toolStripDropDownSeveritiesFilter";
|
||||
this.toolStripDropDownSeveritiesFilter.FilterChanged += new System.Action(this.toolStripDropDownSeveritiesFilter_FilterChanged);
|
||||
@ -123,6 +124,7 @@ namespace XenAdmin.TabPages
|
||||
//
|
||||
// toolStripDropDownButtonDateFilter
|
||||
//
|
||||
this.toolStripDropDownButtonDateFilter.AutoToolTip = false;
|
||||
this.toolStripDropDownButtonDateFilter.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
||||
resources.ApplyResources(this.toolStripDropDownButtonDateFilter, "toolStripDropDownButtonDateFilter");
|
||||
this.toolStripDropDownButtonDateFilter.Name = "toolStripDropDownButtonDateFilter";
|
||||
@ -154,6 +156,7 @@ namespace XenAdmin.TabPages
|
||||
//
|
||||
// toolStripSplitButtonDismiss
|
||||
//
|
||||
this.toolStripSplitButtonDismiss.AutoToolTip = false;
|
||||
this.toolStripSplitButtonDismiss.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
||||
this.toolStripSplitButtonDismiss.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.tsmiDismissAll,
|
||||
@ -189,8 +192,8 @@ namespace XenAdmin.TabPages
|
||||
//
|
||||
// GridViewAlerts
|
||||
//
|
||||
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.GridViewAlerts.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
|
||||
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.GridViewAlerts.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
||||
resources.ApplyResources(this.GridViewAlerts, "GridViewAlerts");
|
||||
this.GridViewAlerts.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
||||
this.GridViewAlerts.BackgroundColor = System.Drawing.SystemColors.Window;
|
||||
@ -203,14 +206,14 @@ namespace XenAdmin.TabPages
|
||||
this.ColumnLocation,
|
||||
this.ColumnDate,
|
||||
this.ColumnActions});
|
||||
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window;
|
||||
dataGridViewCellStyle14.Font = new System.Drawing.Font("Segoe UI", 9F);
|
||||
dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.GridViewAlerts.DefaultCellStyle = dataGridViewCellStyle14;
|
||||
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
|
||||
dataGridViewCellStyle7.Font = new System.Drawing.Font("Segoe UI", 9F);
|
||||
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.GridViewAlerts.DefaultCellStyle = dataGridViewCellStyle7;
|
||||
this.GridViewAlerts.GridColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.GridViewAlerts.MultiSelect = true;
|
||||
this.GridViewAlerts.Name = "GridViewAlerts";
|
||||
@ -224,10 +227,10 @@ namespace XenAdmin.TabPages
|
||||
// ColumnExpand
|
||||
//
|
||||
this.ColumnExpand.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||||
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
|
||||
dataGridViewCellStyle9.NullValue = null;
|
||||
dataGridViewCellStyle9.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
|
||||
this.ColumnExpand.DefaultCellStyle = dataGridViewCellStyle9;
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
|
||||
dataGridViewCellStyle2.NullValue = null;
|
||||
dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
|
||||
this.ColumnExpand.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
resources.ApplyResources(this.ColumnExpand, "ColumnExpand");
|
||||
this.ColumnExpand.Name = "ColumnExpand";
|
||||
this.ColumnExpand.ReadOnly = true;
|
||||
@ -236,10 +239,10 @@ namespace XenAdmin.TabPages
|
||||
// ColumnSeverity
|
||||
//
|
||||
this.ColumnSeverity.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||||
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
|
||||
dataGridViewCellStyle10.NullValue = null;
|
||||
dataGridViewCellStyle10.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
|
||||
this.ColumnSeverity.DefaultCellStyle = dataGridViewCellStyle10;
|
||||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
|
||||
dataGridViewCellStyle3.NullValue = null;
|
||||
dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
|
||||
this.ColumnSeverity.DefaultCellStyle = dataGridViewCellStyle3;
|
||||
resources.ApplyResources(this.ColumnSeverity, "ColumnSeverity");
|
||||
this.ColumnSeverity.Name = "ColumnSeverity";
|
||||
this.ColumnSeverity.ReadOnly = true;
|
||||
@ -248,9 +251,9 @@ namespace XenAdmin.TabPages
|
||||
//
|
||||
// ColumnMessage
|
||||
//
|
||||
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.ColumnMessage.DefaultCellStyle = dataGridViewCellStyle11;
|
||||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.ColumnMessage.DefaultCellStyle = dataGridViewCellStyle4;
|
||||
this.ColumnMessage.FillWeight = 200F;
|
||||
resources.ApplyResources(this.ColumnMessage, "ColumnMessage");
|
||||
this.ColumnMessage.Name = "ColumnMessage";
|
||||
@ -258,16 +261,16 @@ namespace XenAdmin.TabPages
|
||||
//
|
||||
// ColumnLocation
|
||||
//
|
||||
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
this.ColumnLocation.DefaultCellStyle = dataGridViewCellStyle12;
|
||||
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
this.ColumnLocation.DefaultCellStyle = dataGridViewCellStyle5;
|
||||
resources.ApplyResources(this.ColumnLocation, "ColumnLocation");
|
||||
this.ColumnLocation.Name = "ColumnLocation";
|
||||
this.ColumnLocation.ReadOnly = true;
|
||||
//
|
||||
// ColumnDate
|
||||
//
|
||||
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
this.ColumnDate.DefaultCellStyle = dataGridViewCellStyle13;
|
||||
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
this.ColumnDate.DefaultCellStyle = dataGridViewCellStyle6;
|
||||
resources.ApplyResources(this.ColumnDate, "ColumnDate");
|
||||
this.ColumnDate.Name = "ColumnDate";
|
||||
this.ColumnDate.ReadOnly = true;
|
||||
|
4
XenAdmin/TabPages/HistoryPage.Designer.cs
generated
4
XenAdmin/TabPages/HistoryPage.Designer.cs
generated
@ -75,6 +75,7 @@ namespace XenAdmin.TabPages
|
||||
//
|
||||
// toolStripDdbFilterStatus
|
||||
//
|
||||
this.toolStripDdbFilterStatus.AutoToolTip = false;
|
||||
this.toolStripDdbFilterStatus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
||||
resources.ApplyResources(this.toolStripDdbFilterStatus, "toolStripDdbFilterStatus");
|
||||
this.toolStripDdbFilterStatus.Name = "toolStripDdbFilterStatus";
|
||||
@ -82,6 +83,7 @@ namespace XenAdmin.TabPages
|
||||
//
|
||||
// toolStripDdbFilterLocation
|
||||
//
|
||||
this.toolStripDdbFilterLocation.AutoToolTip = false;
|
||||
this.toolStripDdbFilterLocation.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
||||
resources.ApplyResources(this.toolStripDdbFilterLocation, "toolStripDdbFilterLocation");
|
||||
this.toolStripDdbFilterLocation.Name = "toolStripDdbFilterLocation";
|
||||
@ -89,6 +91,7 @@ namespace XenAdmin.TabPages
|
||||
//
|
||||
// toolStripDdbFilterDates
|
||||
//
|
||||
this.toolStripDdbFilterDates.AutoToolTip = false;
|
||||
this.toolStripDdbFilterDates.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
||||
resources.ApplyResources(this.toolStripDdbFilterDates, "toolStripDdbFilterDates");
|
||||
this.toolStripDdbFilterDates.Name = "toolStripDdbFilterDates";
|
||||
@ -96,6 +99,7 @@ namespace XenAdmin.TabPages
|
||||
//
|
||||
// toolStripSplitButtonDismiss
|
||||
//
|
||||
this.toolStripSplitButtonDismiss.AutoToolTip = false;
|
||||
this.toolStripSplitButtonDismiss.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
||||
this.toolStripSplitButtonDismiss.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.tsmiDismissAll,
|
||||
|
1
XenAdmin/TabPages/ManageUpdatesPage.Designer.cs
generated
1
XenAdmin/TabPages/ManageUpdatesPage.Designer.cs
generated
@ -122,6 +122,7 @@
|
||||
//
|
||||
// toolStripDropDownButtonDateFilter
|
||||
//
|
||||
this.toolStripDropDownButtonDateFilter.AutoToolTip = false;
|
||||
this.toolStripDropDownButtonDateFilter.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
||||
resources.ApplyResources(this.toolStripDropDownButtonDateFilter, "toolStripDropDownButtonDateFilter");
|
||||
this.toolStripDropDownButtonDateFilter.Name = "toolStripDropDownButtonDateFilter";
|
||||
|
Loading…
Reference in New Issue
Block a user