2015-02-09 08:42:00 +01:00
|
|
|
namespace XenAdmin.TabPages
|
|
|
|
{
|
|
|
|
partial class DockerDetailsPage
|
|
|
|
{
|
|
|
|
/// <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()
|
|
|
|
{
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DockerDetailsPage));
|
|
|
|
this.RefreshButton = new System.Windows.Forms.Button();
|
|
|
|
this.ButtonPanel = new System.Windows.Forms.Panel();
|
|
|
|
this.RefreshTime = new System.Windows.Forms.Label();
|
|
|
|
this.TreePanel = new System.Windows.Forms.Panel();
|
CA-162989: Container Management GUI use-ability/homogeneity fixes
Implemented changes as follows (copied from ticket):
"I'd suggest the following use-ability/homogeneity fixes for the new container management tabs, if they are quick and easy:
Combine "Docker Version" and "Docker Information" on the VM-General-tab into "Container Management - Docker Status" with the following fields only:
API version
Version
Git Commit
Driver
Index Server Address
Execution Driver
IPv4 Forwarding
In the "Processes" tab, change the name from "Docker Processes" to "Container Processes"
In the "Details" tab, change the name from "Docker Detail" to "Container Details"
In the "Details" tab, drop the top level element "docker_inspect" (XML requires a single root-node, afaik the Windows form treenode does not), or alternatively open the root node by default and rename it to "Inspect Result"
In the "Details" tab, add the "Details"-headline in black on white - just like on the "Processes"-tab
Also, on the container's General tab, show Properties button disabled, instead on hiding it (to be consistent to other cases, e.g. disconnected servers)
"
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-05 20:10:54 +01:00
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
2015-02-09 08:42:00 +01:00
|
|
|
this.DetailtreeView = new System.Windows.Forms.TreeView();
|
CA-162989: Container Management GUI use-ability/homogeneity fixes
Implemented changes as follows (copied from ticket):
"I'd suggest the following use-ability/homogeneity fixes for the new container management tabs, if they are quick and easy:
Combine "Docker Version" and "Docker Information" on the VM-General-tab into "Container Management - Docker Status" with the following fields only:
API version
Version
Git Commit
Driver
Index Server Address
Execution Driver
IPv4 Forwarding
In the "Processes" tab, change the name from "Docker Processes" to "Container Processes"
In the "Details" tab, change the name from "Docker Detail" to "Container Details"
In the "Details" tab, drop the top level element "docker_inspect" (XML requires a single root-node, afaik the Windows form treenode does not), or alternatively open the root node by default and rename it to "Inspect Result"
In the "Details" tab, add the "Details"-headline in black on white - just like on the "Processes"-tab
Also, on the container's General tab, show Properties button disabled, instead on hiding it (to be consistent to other cases, e.g. disconnected servers)
"
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-05 20:10:54 +01:00
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
2015-02-09 08:42:00 +01:00
|
|
|
this.RefreshTimer = new System.Windows.Forms.Timer(this.components);
|
|
|
|
this.pageContainerPanel.SuspendLayout();
|
|
|
|
this.ButtonPanel.SuspendLayout();
|
|
|
|
this.TreePanel.SuspendLayout();
|
CA-162989: Container Management GUI use-ability/homogeneity fixes
Implemented changes as follows (copied from ticket):
"I'd suggest the following use-ability/homogeneity fixes for the new container management tabs, if they are quick and easy:
Combine "Docker Version" and "Docker Information" on the VM-General-tab into "Container Management - Docker Status" with the following fields only:
API version
Version
Git Commit
Driver
Index Server Address
Execution Driver
IPv4 Forwarding
In the "Processes" tab, change the name from "Docker Processes" to "Container Processes"
In the "Details" tab, change the name from "Docker Detail" to "Container Details"
In the "Details" tab, drop the top level element "docker_inspect" (XML requires a single root-node, afaik the Windows form treenode does not), or alternatively open the root node by default and rename it to "Inspect Result"
In the "Details" tab, add the "Details"-headline in black on white - just like on the "Processes"-tab
Also, on the container's General tab, show Properties button disabled, instead on hiding it (to be consistent to other cases, e.g. disconnected servers)
"
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-05 20:10:54 +01:00
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
2015-02-09 08:42:00 +01:00
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
// pageContainerPanel
|
|
|
|
//
|
|
|
|
this.pageContainerPanel.Controls.Add(this.TreePanel);
|
|
|
|
resources.ApplyResources(this.pageContainerPanel, "pageContainerPanel");
|
|
|
|
//
|
|
|
|
// RefreshButton
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.RefreshButton, "RefreshButton");
|
|
|
|
this.RefreshButton.Name = "RefreshButton";
|
|
|
|
this.RefreshButton.UseVisualStyleBackColor = true;
|
|
|
|
this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
|
|
|
|
//
|
|
|
|
// ButtonPanel
|
|
|
|
//
|
|
|
|
this.ButtonPanel.Controls.Add(this.RefreshTime);
|
|
|
|
this.ButtonPanel.Controls.Add(this.RefreshButton);
|
|
|
|
resources.ApplyResources(this.ButtonPanel, "ButtonPanel");
|
|
|
|
this.ButtonPanel.Name = "ButtonPanel";
|
|
|
|
//
|
|
|
|
// RefreshTime
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.RefreshTime, "RefreshTime");
|
|
|
|
this.RefreshTime.Name = "RefreshTime";
|
|
|
|
//
|
|
|
|
// TreePanel
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.TreePanel, "TreePanel");
|
CA-162989: Container Management GUI use-ability/homogeneity fixes
Implemented changes as follows (copied from ticket):
"I'd suggest the following use-ability/homogeneity fixes for the new container management tabs, if they are quick and easy:
Combine "Docker Version" and "Docker Information" on the VM-General-tab into "Container Management - Docker Status" with the following fields only:
API version
Version
Git Commit
Driver
Index Server Address
Execution Driver
IPv4 Forwarding
In the "Processes" tab, change the name from "Docker Processes" to "Container Processes"
In the "Details" tab, change the name from "Docker Detail" to "Container Details"
In the "Details" tab, drop the top level element "docker_inspect" (XML requires a single root-node, afaik the Windows form treenode does not), or alternatively open the root node by default and rename it to "Inspect Result"
In the "Details" tab, add the "Details"-headline in black on white - just like on the "Processes"-tab
Also, on the container's General tab, show Properties button disabled, instead on hiding it (to be consistent to other cases, e.g. disconnected servers)
"
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-05 20:10:54 +01:00
|
|
|
this.TreePanel.Controls.Add(this.tableLayoutPanel2);
|
2015-02-09 08:42:00 +01:00
|
|
|
this.TreePanel.Controls.Add(this.ButtonPanel);
|
|
|
|
this.TreePanel.Name = "TreePanel";
|
|
|
|
//
|
CA-162989: Container Management GUI use-ability/homogeneity fixes
Implemented changes as follows (copied from ticket):
"I'd suggest the following use-ability/homogeneity fixes for the new container management tabs, if they are quick and easy:
Combine "Docker Version" and "Docker Information" on the VM-General-tab into "Container Management - Docker Status" with the following fields only:
API version
Version
Git Commit
Driver
Index Server Address
Execution Driver
IPv4 Forwarding
In the "Processes" tab, change the name from "Docker Processes" to "Container Processes"
In the "Details" tab, change the name from "Docker Detail" to "Container Details"
In the "Details" tab, drop the top level element "docker_inspect" (XML requires a single root-node, afaik the Windows form treenode does not), or alternatively open the root node by default and rename it to "Inspect Result"
In the "Details" tab, add the "Details"-headline in black on white - just like on the "Processes"-tab
Also, on the container's General tab, show Properties button disabled, instead on hiding it (to be consistent to other cases, e.g. disconnected servers)
"
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-05 20:10:54 +01:00
|
|
|
// tableLayoutPanel2
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.DetailtreeView, 0, 1);
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
|
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
|
//
|
2015-02-09 08:42:00 +01:00
|
|
|
// DetailtreeView
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.DetailtreeView, "DetailtreeView");
|
|
|
|
this.DetailtreeView.Name = "DetailtreeView";
|
|
|
|
//
|
CA-162989: Container Management GUI use-ability/homogeneity fixes
Implemented changes as follows (copied from ticket):
"I'd suggest the following use-ability/homogeneity fixes for the new container management tabs, if they are quick and easy:
Combine "Docker Version" and "Docker Information" on the VM-General-tab into "Container Management - Docker Status" with the following fields only:
API version
Version
Git Commit
Driver
Index Server Address
Execution Driver
IPv4 Forwarding
In the "Processes" tab, change the name from "Docker Processes" to "Container Processes"
In the "Details" tab, change the name from "Docker Detail" to "Container Details"
In the "Details" tab, drop the top level element "docker_inspect" (XML requires a single root-node, afaik the Windows form treenode does not), or alternatively open the root node by default and rename it to "Inspect Result"
In the "Details" tab, add the "Details"-headline in black on white - just like on the "Processes"-tab
Also, on the container's General tab, show Properties button disabled, instead on hiding it (to be consistent to other cases, e.g. disconnected servers)
"
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-05 20:10:54 +01:00
|
|
|
// label1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.label1, "label1");
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
//
|
2015-02-09 08:42:00 +01:00
|
|
|
// RefreshTimer
|
|
|
|
//
|
2015-02-25 13:44:03 +01:00
|
|
|
this.RefreshTimer.Tick += new System.EventHandler(this.RefreshTimer_Tick);
|
2015-02-09 08:42:00 +01:00
|
|
|
//
|
|
|
|
// DockerDetailsPage
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
|
this.Name = "DockerDetailsPage";
|
|
|
|
this.pageContainerPanel.ResumeLayout(false);
|
|
|
|
this.pageContainerPanel.PerformLayout();
|
|
|
|
this.ButtonPanel.ResumeLayout(false);
|
|
|
|
this.ButtonPanel.PerformLayout();
|
|
|
|
this.TreePanel.ResumeLayout(false);
|
CA-162989: Container Management GUI use-ability/homogeneity fixes
Implemented changes as follows (copied from ticket):
"I'd suggest the following use-ability/homogeneity fixes for the new container management tabs, if they are quick and easy:
Combine "Docker Version" and "Docker Information" on the VM-General-tab into "Container Management - Docker Status" with the following fields only:
API version
Version
Git Commit
Driver
Index Server Address
Execution Driver
IPv4 Forwarding
In the "Processes" tab, change the name from "Docker Processes" to "Container Processes"
In the "Details" tab, change the name from "Docker Detail" to "Container Details"
In the "Details" tab, drop the top level element "docker_inspect" (XML requires a single root-node, afaik the Windows form treenode does not), or alternatively open the root node by default and rename it to "Inspect Result"
In the "Details" tab, add the "Details"-headline in black on white - just like on the "Processes"-tab
Also, on the container's General tab, show Properties button disabled, instead on hiding it (to be consistent to other cases, e.g. disconnected servers)
"
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-05 20:10:54 +01:00
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanel2.PerformLayout();
|
2015-02-09 08:42:00 +01:00
|
|
|
this.ResumeLayout(false);
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button RefreshButton;
|
|
|
|
private System.Windows.Forms.Panel TreePanel;
|
|
|
|
private System.Windows.Forms.Panel ButtonPanel;
|
|
|
|
private System.Windows.Forms.Label RefreshTime;
|
|
|
|
private System.Windows.Forms.Timer RefreshTimer;
|
CA-162989: Container Management GUI use-ability/homogeneity fixes
Implemented changes as follows (copied from ticket):
"I'd suggest the following use-ability/homogeneity fixes for the new container management tabs, if they are quick and easy:
Combine "Docker Version" and "Docker Information" on the VM-General-tab into "Container Management - Docker Status" with the following fields only:
API version
Version
Git Commit
Driver
Index Server Address
Execution Driver
IPv4 Forwarding
In the "Processes" tab, change the name from "Docker Processes" to "Container Processes"
In the "Details" tab, change the name from "Docker Detail" to "Container Details"
In the "Details" tab, drop the top level element "docker_inspect" (XML requires a single root-node, afaik the Windows form treenode does not), or alternatively open the root node by default and rename it to "Inspect Result"
In the "Details" tab, add the "Details"-headline in black on white - just like on the "Processes"-tab
Also, on the container's General tab, show Properties button disabled, instead on hiding it (to be consistent to other cases, e.g. disconnected servers)
"
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-05 20:10:54 +01:00
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
|
|
private System.Windows.Forms.TreeView DetailtreeView;
|
|
|
|
private System.Windows.Forms.Label label1;
|
2015-02-09 08:42:00 +01:00
|
|
|
|
|
|
|
}
|
|
|
|
}
|