Changeset 14828 for trunk/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/groups/details/groupDetails.cshtml
- Timestamp:
- 04/06/17 11:10:53 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/groups/details/groupDetails.cshtml
r12780 r14828 173 173 </div> 174 174 <div class="panel-body"> 175 <table class="table table-hover table-condensed" >175 <table class="table table-hover table-condensed" ts-wrapper> 176 176 <thead> 177 177 <tr> 178 178 <th>#</th> 179 <th >Client Name</th>180 <th >Cores</th>181 <th >Cpu Utilization</th>182 <th >Memory</th>183 <th >State</th>179 <th ts-criteria="Name">Client Name</th> 180 <th ts-criteria="UsedCores">Cores</th> 181 <th ts-criteria="CpuUtilization">Cpu Utilization</th> 182 <th ts-criteria="UsedMemory">Memory</th> 183 <th ts-criteria="State">State</th> 184 184 <th></th> 185 185 </tr> 186 186 </thead> 187 <tr ng-repeat="client in clientPage.Clients" >187 <tr ng-repeat="client in clientPage.Clients" ts-repeat> 188 188 <td>{{($index + 1)+((curClientsPage-1)*(clientsPageSize))}}</td> 189 189 <td>{{client.Name}}</td>
Note: See TracChangeset
for help on using the changeset viewer.