Changeset 13740 for branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Job/SelectedJobPartials
- Timestamp:
- 03/30/16 17:30:01 (9 years ago)
- Location:
- branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Job/SelectedJobPartials
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Job/SelectedJobPartials/_BatchTask.cshtml
r13735 r13740 21 21 <thead> 22 22 <tr> 23 <th> Batch run: @Model.hiveTask.ItemTask.Name</th>23 <th> Batch run: @Model.hiveTask.ItemTask.Name</th> 24 24 <th style="font-size:large; "> 25 25 @if (Model.hiveTask.Task.Priority == 0) -
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Job/SelectedJobPartials/_TaskPartial.cshtml
r13712 r13740 1 1 @model HeuristicLab.Clients.Hive.WebJobManager.Models.HiveTaskContainer 2 2 3 4 3 5 4 @if (Model.hiveTask.ItemTask.Item is HeuristicLab.Optimization.IAlgorithm)
Note: See TracChangeset
for help on using the changeset viewer.