mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into theme-migration
This commit is contained in:
commit
5e7d3a00ad
@ -124,7 +124,7 @@ $.fn.datatables_extended_serverside_paging = function (settings , url, dataFilte
|
|||||||
$("#operation-bar").removeClass("hidden");
|
$("#operation-bar").removeClass("hidden");
|
||||||
//noinspection JSUnresolvedFunction
|
//noinspection JSUnresolvedFunction
|
||||||
if (deviceType && ownership) {
|
if (deviceType && ownership) {
|
||||||
loadOperationBar(deviceType, ownership);
|
loadOperationBar(deviceType, ownership, operationBarModeConstants.BULK);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -139,7 +139,7 @@ $.fn.datatables_extended_serverside_paging = function (settings , url, dataFilte
|
|||||||
$("#operation-bar").removeClass("hidden");
|
$("#operation-bar").removeClass("hidden");
|
||||||
//noinspection JSUnresolvedFunction
|
//noinspection JSUnresolvedFunction
|
||||||
if (deviceType && ownership) {
|
if (deviceType && ownership) {
|
||||||
loadOperationBar(deviceType, ownership);
|
loadOperationBar(deviceType, ownership, operationBarModeConstants.BULK);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user