Changeset 15992 for branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelector.cs
- Timestamp:
- 07/10/18 23:06:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelector.cs
r15978 r15992 43 43 public const string additionalSlavesGroupDescription = "Contains additional slaves which are either ungrouped or the parenting slave group is not assigned to the selected project."; 44 44 45 private const string CURRENT_SELECTION_TAG = " [current selection]";46 private const string NEW_SELECTION_TAG = " [new selection]";47 private const string CHANGED_SELECTION_TAG = " [changed selection]";48 private const string ADDED_SELECTION_TAG = " [added selection]";49 private const string REMOVED_SELECTION_TAG = " [removed selection]";50 private const string SELECTED_TAG = " [ selected]";45 private const string CURRENT_SELECTION_TAG = " [current assignment]"; 46 private const string NEW_SELECTION_TAG = " [new assignment]"; 47 private const string CHANGED_SELECTION_TAG = " [changed assignment]"; 48 private const string ADDED_SELECTION_TAG = " [added assignment]"; 49 private const string REMOVED_SELECTION_TAG = " [removed assignment]"; 50 private const string SELECTED_TAG = " [assigned]"; 51 51 private const string INCLUDED_TAG = " [included]"; 52 52 private const string ADDED_INCLUDE_TAG = " [added include]";
Note: See TracChangeset
for help on using the changeset viewer.