Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/28/17 11:29:20 (7 years ago)
Author:
jkarder
Message:

#2743:

  • fixed sorting in current jobs table
  • enabled sorting according to job progress
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/jobs/jobs.cshtml

    r14820 r15075  
    4242                            }
    4343                            <th ts-criteria="DateCreated">Date Created</th>
    44                             <th>Progress</th>
     44                            <th ts-criteria="CompletedTasks / TotalTasks">Progress</th>
    4545                            <th></th>
    4646                        </tr>
     
    6565                            </tr>
    6666                        } else {
    67                             <tr ng-repeat="job in jobs">
     67                            <tr ng-repeat="job in jobs" ts-repeat>
    6868                                <td>{{$index + 1}}</td>
    6969                                <td>{{job.Name}}</td>
Note: See TracChangeset for help on using the changeset viewer.