mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #612 from DimalChandrasiri/cloud-3.1.0
Temporary advance search removal commit
This commit is contained in:
commit
f03d701c24
@ -460,11 +460,12 @@ function loadDevices(searchType, searchParam) {
|
|||||||
$("#loading-content").remove();
|
$("#loading-content").remove();
|
||||||
attachDeviceEvents();
|
attachDeviceEvents();
|
||||||
|
|
||||||
if($('.advance-search').length < 1){
|
// Temporary disable
|
||||||
|
/*if($('.advance-search').length < 1){
|
||||||
$(this).closest('.dataTables_wrapper').find('div[id$=_filter] input')
|
$(this).closest('.dataTables_wrapper').find('div[id$=_filter] input')
|
||||||
.after('<a href="'+context+'/devices/search"' +
|
.after('<a href="'+context+'/devices/search"' +
|
||||||
' class="advance-search add-padding-3x">Advance Search</a>');
|
' class="advance-search add-padding-3x">Advance Search</a>');
|
||||||
}
|
}*/
|
||||||
|
|
||||||
}, {
|
}, {
|
||||||
"placeholder": "Search By Device Name",
|
"placeholder": "Search By Device Name",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user