Lines 316-325
$(document).ready(function(){
Link Here
|
316 |
<th>Filter</th> |
316 |
<th>Filter</th> |
317 |
<th>Tag</th> |
317 |
<th>Tag</th> |
318 |
<th>Preset</th> |
318 |
<th>Preset</th> |
319 |
<th>Added</th> |
319 |
<th>Added <i id="info_added" data-toggle="tooltip" title="If a field matching the rule tag only exists in the incoming record" data-placement="right" class="fa fa-info-circle"></i></th> |
320 |
<th>Appended</th> |
320 |
<th>Appended <i id="info_appended" data-toggle="tooltip" title="If the original record has one or more fields matching with the rule tag, but one or more fields matching the rule tag differ in the incoming record" data-placement="right" class="fa fa-info-circle"></i></th> |
321 |
<th>Removed</th> |
321 |
<th>Removed <i id="info_removed" data-toggle="tooltip" title="If the original record has a field matching the rule tag, but the matching field is not in the incoming record" data-placement="right" class="fa fa-info-circle"></i></th> |
322 |
<th>Deleted</th> |
322 |
<th>Deleted <i id="info_deleted" data-toggle="tooltip" title="If the original record has fields matching the rule tag, but no fields with this are found in the incoming record" data-placement="right" class="fa fa-info-circle"></i></th> |
323 |
<th>Actions</th> |
323 |
<th>Actions</th> |
324 |
<th> </th> |
324 |
<th> </th> |
325 |
</tr></thead> |
325 |
</tr></thead> |
326 |
- |
|
|