Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/16/15 15:09:12 (9 years ago)
Author:
dglaser
Message:

#2388:

HeuristicLab.Services.Hive.DataAccess-3.3:

  • Removed old statistics tables
  • Updated SQL Scripts

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

  • Minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/jobs/details/jobTaskDetailsDialog.cshtml

    r12551 r12768  
    8484                    </div>
    8585                </div>
     86                <div class="row">
     87                    <div class="col-md-12">
     88                        <table class="table table-condensed table-no-border table-auto-width table-content">
     89                            <tr>
     90                                <td><a href="api/Statistics/Task/GetTaskDataById?id={{task.Id}}">Download</a></td>
     91                            </tr>
     92                        </table>
     93                    </div>
     94                </div>
    8695            </div>
    8796        </tab>
Note: See TracChangeset for help on using the changeset viewer.