Changeset 15973 for branches/2522_RefactorPluginInfrastructure/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/exceptions
- Timestamp:
- 06/28/18 11:13:37 (7 years ago)
- Location:
- branches/2522_RefactorPluginInfrastructure
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2522_RefactorPluginInfrastructure
- Property svn:ignore
-
old new 24 24 protoc.exe 25 25 obj 26 .vs
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/2522_RefactorPluginInfrastructure/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/exceptions/exceptions.cshtml
r12778 r15973 30 30 </div> 31 31 <div class="panel-body"> 32 <table class="table table-hover table-condensed" >32 <table class="table table-hover table-condensed" ts-wrapper> 33 33 <thead> 34 34 <tr> 35 35 <th>#</th> 36 <th >Job</th>37 <th >Task</th>38 <th >Username</th>39 <th >Client</th>40 <th >Date</th>36 <th ts-criteria="JobName">Job</th> 37 <th ts-criteria="TaskId">Task</th> 38 <th ts-criteria="UserName">Username</th> 39 <th ts-criteria="ClientName">Client</th> 40 <th ts-criteria="Date">Date</th> 41 41 <th></th> 42 42 </tr> 43 43 </thead> 44 <tr ng-repeat="exception in exceptionPage.Exceptions" >44 <tr ng-repeat="exception in exceptionPage.Exceptions" ts-repeat> 45 45 <td>{{($index + 1)+((curExceptionsPage-1)*(exceptionsPageSize))}}</td> 46 46 <td><a ng-href="#/statistics/jobs/{{exception.JobId}}">{{exception.JobName}}</a></td>
Note: See TracChangeset
for help on using the changeset viewer.