Changeset 12525 for branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/jobs/details
- Timestamp:
- 06/26/15 18:02:03 (9 years ago)
- Location:
- branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/jobs/details
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/jobs/details/jobDetails.cshtml
r12516 r12525 13 13 <li> 14 14 <a ng-href="#/statistics/clients">Clients</a> 15 </li> 16 <li> 17 <a ng-href="#/statistics/groups">Groups</a> 15 18 </li> 16 19 </ul> … … 97 100 <div class="col-md-2"></div> 98 101 </div> 99 </div>102 </div> 100 103 101 104 </div> -
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/jobs/details/jobDetailsCtrl.js
r12516 r12525 14 14 if (isDefined($scope.job.DateCompleted)) { 15 15 $scope.job.DateCompleted = CSharpDateToString($scope.job.DateCompleted); 16 } else { 17 $scope.job.DateCompleted = 'Not completed yet'; 16 18 } 17 19 $scope.job.CalculatingWaitingRatio = ($scope.job.TotalCalculatingTime / $scope.job.TotalWaitingTime);
Note: See TracChangeset
for help on using the changeset viewer.