updated track list
This commit is contained in:
@@ -50,10 +50,10 @@
|
||||
aria-sort="ascending" style="width: 69.2656px;">Created At</th>
|
||||
<th class="checkbox-column sorting_asc" tabindex="0" aria-controls="style-3"
|
||||
aria-sort="ascending" style="width: 69.2656px;"> Referrer Subscription Active </th>
|
||||
<th class="sorting" tabindex="7" aria-controls="style-3"
|
||||
style="width: 79.7969px;">Active</th>
|
||||
<th class="dt-no-sorting sorting" tabindex="8" aria-controls="style-3"
|
||||
style="width: 100.625px;">Action</th>
|
||||
<!-- <th class="sorting" tabindex="7" aria-controls="style-3"
|
||||
style="width: 79.7969px;">Active</th> -->
|
||||
<!-- <th class="dt-no-sorting sorting" tabindex="8" aria-controls="style-3"
|
||||
style="width: 100.625px;">Action</th> -->
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -64,12 +64,12 @@
|
||||
<td>{{data_obj.referrer_subscription_id}}</td>
|
||||
<td>{{data_obj.referred_subscription_id}}</td>
|
||||
<td>{{data_obj.created_on}}</td>
|
||||
<td>{{data_obj.is_referrer_subscribed}}</td>
|
||||
<!-- <td>{{data_obj.is_referrer_subscribed}}</td> -->
|
||||
<td class="text-center">
|
||||
<span
|
||||
class="shadow-none badge {% if data_obj.active %}badge-primary{% else %}badge-danger{% endif %}">{{data_obj.active}}</span>
|
||||
class="shadow-none badge {% if data_obj.is_referrer_subscribed %}badge-primary{% else %}badge-danger{% endif %}">{{data_obj.active}}</span>
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<!-- <td class="text-center">
|
||||
<ul class="table-controls">
|
||||
<li><a href="{% url 'manage_referrals:track_edit' data_obj.id %}"
|
||||
class="bs-tooltip" data-bs-toggle="tooltip"
|
||||
@@ -99,7 +99,7 @@
|
||||
</path>
|
||||
</svg></a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</td> -->
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
@@ -132,6 +132,7 @@
|
||||
"sSearchPlaceholder": "Search...",
|
||||
"sLengthMenu": "Results : _MENU_",
|
||||
},
|
||||
"order": [[ 0, "desc" ]],
|
||||
"stripeClasses": [],
|
||||
"lengthMenu": [5, 10, 20, 50],
|
||||
"pageLength": 10
|
||||
|
||||
Reference in New Issue
Block a user