|
|
@@ -402,7 +402,7 @@ ${ assist.assistPanel() }
|
|
|
|
|
|
<!-- ko if: copyFields() && copyFields().length > 0 -->
|
|
|
<h4>${ _('Copy Fields') }</h4>
|
|
|
- <table class="table table-condensed table-nowrap sample-table">
|
|
|
+ <table class="table table-condensed table-nowrap sample-table old-datatable">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>${ _('Destination') }</th>
|
|
|
@@ -433,7 +433,7 @@ ${ assist.assistPanel() }
|
|
|
|
|
|
<!-- ko ifnot: $root.index().loadingSample -->
|
|
|
<!-- ko if: $root.index().fields().length != 0 -->
|
|
|
- <table class="table table-condensed table-nowrap sample-table">
|
|
|
+ <table class="table table-condensed table-nowrap sample-table old-datatable">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th style="width: 1%"> </th>
|
|
|
@@ -457,7 +457,7 @@ ${ assist.assistPanel() }
|
|
|
|
|
|
## Schemaless collections
|
|
|
<!-- ko if: $root.index().fields().length == 0 && $data.length > 0 -->
|
|
|
- <table class="table table-condensed table-nowrap sample-table">
|
|
|
+ <table class="table table-condensed table-nowrap sample-table old-datatable">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th style="width: 1%"> </th>
|