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/clients/details/clientTaskDetailsDialog.cshtml

    r12551 r12768  
    105105                    </div>
    106106                </div>
     107                <div class="row">
     108                    <div class="col-md-12">
     109                        <table class="table table-condensed table-no-border table-auto-width table-content">
     110                            <tr>
     111                                <td><a href="api/Statistics/Task/GetTaskDataById?id={{task.Id}}">Download</a></td>
     112                            </tr>
     113                        </table>
     114                    </div>
     115                </div>
    107116            </div>
    108117        </tab>
Note: See TracChangeset for help on using the changeset viewer.