Added 'created' column for subscribers lists table

This commit is contained in:
Andris Reinman 2017-03-04 22:02:46 +02:00
parent 435de82819
commit bd6ba90eca
3 changed files with 6 additions and 4 deletions

View file

@ -72,7 +72,7 @@
<p></p>
<div class="table-responsive">
<table data-topic-url="/lists" data-topic-id="{{id}}" data-sort-column="1" data-sort-order="asc" {{#if useSegment}} data-topic-args="segment={{useSegment}}" {{/if}} class="table table-bordered table-hover data-table-ajax display nowrap" width="100%" data-row-sort="0,1,1,1{{customSort}},1,0">
<table data-topic-url="/lists" data-topic-id="{{id}}" data-sort-column="1" data-sort-order="asc" {{#if useSegment}} data-topic-args="segment={{useSegment}}" {{/if}} class="table table-bordered table-hover data-table-ajax display nowrap" width="100%" data-row-sort="0,1,1,1{{customSort}},1,1,0">
<thead>
<tr>
<th class="col-md-1">
@ -95,6 +95,9 @@
<th>
Status
</th>
<th>
Created
</th>
<th></th>
</tr>
</thead>