mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
CA-172441: Wrong message shown when hover mouse on 'Open SSH Console'
button Removed tooltip from the "Open SSH Console" button Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
adf6cded90
commit
f6c5c3bd31
1
XenAdmin/ConsoleView/VNCTabView.Designer.cs
generated
1
XenAdmin/ConsoleView/VNCTabView.Designer.cs
generated
@ -110,7 +110,6 @@ namespace XenAdmin.ConsoleView
|
||||
//
|
||||
resources.ApplyResources(this.buttonSSH, "buttonSSH");
|
||||
this.buttonSSH.Name = "buttonSSH";
|
||||
this.tip.SetToolTip(this.buttonSSH, resources.GetString("buttonSSH.ToolTip"));
|
||||
this.buttonSSH.UseVisualStyleBackColor = true;
|
||||
this.buttonSSH.Click += new System.EventHandler(this.buttonSSH_Click);
|
||||
//
|
||||
|
@ -195,9 +195,6 @@
|
||||
<metadata name="tip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<data name="buttonSSH.ToolTip" xml:space="preserve">
|
||||
<value>Remote access is not enabled on this guest</value>
|
||||
</data>
|
||||
<data name=">>buttonSSH.Name" xml:space="preserve">
|
||||
<value>buttonSSH</value>
|
||||
</data>
|
||||
|
Loading…
Reference in New Issue
Block a user