mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-21 07:49:32 +01:00
6f6bddd755
* Remove credentials controls from `BugToolPageDestination` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * Explicitly call dispose in `BugToolPageDestination.cs` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * Tidy up code in `BugToolPageDestination.cs` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * Move `StatusReportRow` to its own file Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * Move `ClientSideDataRow` and `HostStatusRow` to own files Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Update order of pages in `BugToolWizard` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Update action and create row for packaging status report in BugTool wizard Instead of creating a new action, this males ZipStatusReportAction inherit StatusReportAction Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Allow for pending `StatusReportAction` to be cancelled This avoids the need for a running action to update the status. i.e. an action that has been registered but hasn't started running can be cancelled, too. Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Update content of `ACTION_SYSTEM_STATUS_SUCCESSFUL` message Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Add link to `labelBlurb` in `BugToolPageRetrieveData.cs` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Add report packaging logic to `BugToolPageRetrieveData.cs` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Open CIS URL when clicking on `linkLabelBlurb` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * CP-40842: Report packaged data amount in `ZipStatusReportAction` Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * Remove unused `using`s Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> * Minor layout tweaks. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Renamed folder and namespace to match the ones for the other wizards. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Renamed wizard's private fields. Some code efficiency corrections. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Keep the row classes as private within the BugToolPageRetrieveData class. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Removed leftover unused action. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Tidy up status report messages. Use more relevant icon. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Made blurb localisable. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Renamed private fields. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Simplified the stages of the compilation of the status report. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Renamed row classes again to match the action names. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Simplify reporting the progress of the zipping action. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> * Recursive call is not necessary. Tweaked message. Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com> * Sort strings Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com> * Update copyright notices Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> --------- Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com> Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com> Co-authored-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com> Co-authored-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
120 lines
5.2 KiB
C#
120 lines
5.2 KiB
C#
namespace XenAdmin.Wizards.BugToolWizard
|
|
{
|
|
partial class BugToolPageDestination
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BugToolPageDestination));
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.labelName = new System.Windows.Forms.Label();
|
|
this.m_textBoxName = new System.Windows.Forms.TextBox();
|
|
this.labelFileLocation = new System.Windows.Forms.Label();
|
|
this.m_textBoxLocation = new System.Windows.Forms.TextBox();
|
|
this.m_ctrlError = new XenAdmin.Controls.Common.PasswordFailure();
|
|
this.BrowseButton = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.labelName, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.m_textBoxName, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.labelFileLocation, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.m_textBoxLocation, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.m_ctrlError, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.BrowseButton, 2, 2);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.tableLayoutPanel1.SetColumnSpan(this.label2, 3);
|
|
this.label2.Name = "label2";
|
|
//
|
|
// labelName
|
|
//
|
|
resources.ApplyResources(this.labelName, "labelName");
|
|
this.labelName.Name = "labelName";
|
|
//
|
|
// m_textBoxName
|
|
//
|
|
resources.ApplyResources(this.m_textBoxName, "m_textBoxName");
|
|
this.m_textBoxName.Name = "m_textBoxName";
|
|
this.m_textBoxName.TextChanged += new System.EventHandler(this.m_textBoxName_TextChanged);
|
|
//
|
|
// labelFileLocation
|
|
//
|
|
resources.ApplyResources(this.labelFileLocation, "labelFileLocation");
|
|
this.labelFileLocation.Name = "labelFileLocation";
|
|
//
|
|
// m_textBoxLocation
|
|
//
|
|
resources.ApplyResources(this.m_textBoxLocation, "m_textBoxLocation");
|
|
this.m_textBoxLocation.Name = "m_textBoxLocation";
|
|
this.m_textBoxLocation.TextChanged += new System.EventHandler(this.m_textBoxLocation_TextChanged);
|
|
//
|
|
// m_ctrlError
|
|
//
|
|
resources.ApplyResources(this.m_ctrlError, "m_ctrlError");
|
|
this.tableLayoutPanel1.SetColumnSpan(this.m_ctrlError, 3);
|
|
this.m_ctrlError.Name = "m_ctrlError";
|
|
//
|
|
// BrowseButton
|
|
//
|
|
resources.ApplyResources(this.BrowseButton, "BrowseButton");
|
|
this.BrowseButton.Name = "BrowseButton";
|
|
this.BrowseButton.UseVisualStyleBackColor = true;
|
|
this.BrowseButton.Click += new System.EventHandler(this.BrowseButton_Click);
|
|
//
|
|
// BugToolPageDestination
|
|
//
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.DoubleBuffered = true;
|
|
this.Name = "BugToolPageDestination";
|
|
resources.ApplyResources(this, "$this");
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label labelName;
|
|
private System.Windows.Forms.TextBox m_textBoxName;
|
|
private System.Windows.Forms.Label labelFileLocation;
|
|
private System.Windows.Forms.TextBox m_textBoxLocation;
|
|
private System.Windows.Forms.Button BrowseButton;
|
|
private Controls.Common.PasswordFailure m_ctrlError;
|
|
}
|
|
}
|