|
|
|
@ -461,11 +461,11 @@ function loadDevices(searchType, searchParam) {
|
|
|
|
|
attachDeviceEvents();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if ($('.advance-search').length < 1) {
|
|
|
|
|
$(this).closest('.dataTables_wrapper').find('div[id$=_filter] input')
|
|
|
|
|
.after('<a href="' + context + '/devices/search"' +
|
|
|
|
|
' class="advance-search add-padding-3x">Advance Search</a>');
|
|
|
|
|
}
|
|
|
|
|
// if ($('.advance-search').length < 1) {
|
|
|
|
|
// $(this).closest('.dataTables_wrapper').find('div[id$=_filter] input')
|
|
|
|
|
// .after('<a href="' + context + '/devices/search"' +
|
|
|
|
|
// ' class="advance-search add-padding-3x">Advance Search</a>');
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
"placeholder": "Search By Device Name",
|
|
|
|
|