Free cookie consent management tool by TermsFeed Policy Generator

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

#2429:

  • Improved FactClientInfo aggregation
  • Added input field to specify how many entries should be aggregated
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApp/factclientinfo/factclientinfo.cshtml

    r12761 r12767  
    5454                <div class="panel-body">
    5555                    <form class="form-inline">
    56                         <p>
    57                             Rows: {{factClientInfo.Rows}}<br/>
    58                             Clients: {{factClientInfo.Clients}}
    59                         </p>
     56                        <div class="form-group" style="margin-left: 5px; margin-right: 5px;">
     57                            <label>Rows:&nbsp;{{factClientInfo.Rows}}</label>
     58                        </div>
     59                        <div class="form-group" style="margin-left: 5px; margin-right: 5px;">
     60                            <label>Clients:&nbsp;{{factClientInfo.Clients}}</label>
     61                        </div>
     62                        <div class="form-group" style="margin-left: 5px; margin-right: 5px;">
     63                            <label for="entries">Entries:&nbsp;</label>
     64                            <input id="entries" type="number" class="form-control"
     65                                   ng-model="entries" min="2"/>
     66                        </div>
    6067                        <div class="form-group" style="margin-left: 5px; margin-right: 5px;">
    6168                            <button type="button" class="btn btn-default" ng-click="aggregate()">
Note: See TracChangeset for help on using the changeset viewer.