Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/01/18 15:14:44 (6 years ago)
Author:
jzenisek
Message:

#2839: fixed several bugs:

  • renamed tab "Slaves" to "Resources"
  • fixed bugs in job manager > resource selector reported by fholzinger
  • adapted client-side handling of disabled resource ancestors
  • adapted parentship check in HiveAdminClient
  • adapted seting of enabled state of controls for project details, project resources
  • introduced "inactive" tag in ProjectsView
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Clients.Hive.Administrator/3.3/Views/HiveAdministratorView.Designer.cs

    r16117 r16202  
    2929      this.components = new System.ComponentModel.Container();
    3030      this.tabAdmin = new System.Windows.Forms.TabControl();
    31       this.tabSlaves = new System.Windows.Forms.TabPage();
     31      this.tabResources = new System.Windows.Forms.TabPage();
    3232      this.resourcesView = new HeuristicLab.Clients.Hive.Administrator.Views.ResourcesView();
    33       this.tabPage1 = new System.Windows.Forms.TabPage();
     33      this.tabProjects = new System.Windows.Forms.TabPage();
    3434      this.imageListUsers = new System.Windows.Forms.ImageList(this.components);
    3535      this.projectsView = new HeuristicLab.Clients.Hive.Administrator.Views.ProjectsView();
    3636      this.tabAdmin.SuspendLayout();
    37       this.tabSlaves.SuspendLayout();
    38       this.tabPage1.SuspendLayout();
     37      this.tabResources.SuspendLayout();
     38      this.tabProjects.SuspendLayout();
    3939      this.SuspendLayout();
    4040      //
     
    4444            | System.Windows.Forms.AnchorStyles.Left)
    4545            | System.Windows.Forms.AnchorStyles.Right)));
    46       this.tabAdmin.Controls.Add(this.tabSlaves);
    47       this.tabAdmin.Controls.Add(this.tabPage1);
     46      this.tabAdmin.Controls.Add(this.tabResources);
     47      this.tabAdmin.Controls.Add(this.tabProjects);
    4848      this.tabAdmin.Location = new System.Drawing.Point(3, 0);
    4949      this.tabAdmin.Name = "tabAdmin";
     
    5252      this.tabAdmin.TabIndex = 0;
    5353      //
    54       // tabSlaves
     54      // tabResources
    5555      //
    56       this.tabSlaves.Controls.Add(this.resourcesView);
    57       this.tabSlaves.Location = new System.Drawing.Point(4, 22);
    58       this.tabSlaves.Name = "tabSlaves";
    59       this.tabSlaves.Padding = new System.Windows.Forms.Padding(3);
    60       this.tabSlaves.Size = new System.Drawing.Size(734, 520);
    61       this.tabSlaves.TabIndex = 3;
    62       this.tabSlaves.Text = "Slaves";
    63       this.tabSlaves.UseVisualStyleBackColor = true;
     56      this.tabResources.Controls.Add(this.resourcesView);
     57      this.tabResources.Location = new System.Drawing.Point(4, 22);
     58      this.tabResources.Name = "tabResources";
     59      this.tabResources.Padding = new System.Windows.Forms.Padding(3);
     60      this.tabResources.Size = new System.Drawing.Size(734, 520);
     61      this.tabResources.TabIndex = 3;
     62      this.tabResources.Text = "Resources";
     63      this.tabResources.UseVisualStyleBackColor = true;
    6464      //
    6565      // resourcesView
     
    7676      this.resourcesView.TabIndex = 0;
    7777      //
    78       // tabPage1
     78      // tabProjects
    7979      //
    80       this.tabPage1.Controls.Add(this.projectsView);
    81       this.tabPage1.Location = new System.Drawing.Point(4, 22);
    82       this.tabPage1.Name = "tabPage1";
    83       this.tabPage1.Size = new System.Drawing.Size(734, 520);
    84       this.tabPage1.TabIndex = 4;
    85       this.tabPage1.Text = "Projects";
    86       this.tabPage1.UseVisualStyleBackColor = true;
     80      this.tabProjects.Controls.Add(this.projectsView);
     81      this.tabProjects.Location = new System.Drawing.Point(4, 22);
     82      this.tabProjects.Name = "tabProjects";
     83      this.tabProjects.Size = new System.Drawing.Size(734, 520);
     84      this.tabProjects.TabIndex = 4;
     85      this.tabProjects.Text = "Projects";
     86      this.tabProjects.UseVisualStyleBackColor = true;
    8787      //
    8888      // imageListUsers
     
    112112      this.Size = new System.Drawing.Size(745, 546);
    113113      this.tabAdmin.ResumeLayout(false);
    114       this.tabSlaves.ResumeLayout(false);
    115       this.tabPage1.ResumeLayout(false);
     114      this.tabResources.ResumeLayout(false);
     115      this.tabProjects.ResumeLayout(false);
    116116      this.ResumeLayout(false);
    117117
     
    122122    private System.ComponentModel.IContainer components;
    123123    private System.Windows.Forms.ImageList imageListUsers;
    124     private System.Windows.Forms.TabPage tabSlaves;
    125     private System.Windows.Forms.TabPage tabPage1;
     124    private System.Windows.Forms.TabPage tabResources;
     125    private System.Windows.Forms.TabPage tabProjects;
    126126    private ProjectsView projectsView;
    127127  }
Note: See TracChangeset for help on using the changeset viewer.