Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/20/15 16:29:08 (9 years ago)
Author:
dglaser
Message:

#2388:

HeuristicLab.Services.WebApp.Status-3.3:
HeuristicLab.Services.WebApp.Statistics-3.3:

  • Added 'Last 6 Months' and 'Last Year' to the QuickSelection

HeuristicLab.Services.WebApp.Statistics-3.3:

  • Added Group Name to expired clients
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/clients/clients.cshtml

    r12584 r12780  
    8686                                <th>#</th>
    8787                                <th>Client Name</th>
     88                                <th>Group Name</th>
    8889                                <th>Cores</th>
    8990                                <th>Cpu Utilization</th>
     
    9697                            <td>{{($index + 1)+((curExpiredClientsPage-1)*(expiredClientsPageSize))}}</td>
    9798                            <td>{{client.Name}}</td>
     99                            <td>
     100                                <span ng-show="client.GroupName">{{client.GroupName}}</span>
     101                                <span ng-hide="client.GroupName">No Group</span>
     102                            </td>
    98103                            <td>{{client.UsedCores}} / {{client.TotalCores}}</td>
    99104                            <td>{{client.CpuUtilization | number: 2}} %</td>
Note: See TracChangeset for help on using the changeset viewer.