diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devicetypes/public/js/devicetype-listing.js b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devicetypes/public/js/devicetype-listing.js index 9cfe22481a..93651c98f1 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devicetypes/public/js/devicetype-listing.js +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devicetypes/public/js/devicetype-listing.js @@ -125,7 +125,7 @@ function loadDeviceTypes() { //noinspection JSUnusedLocalSymbols var columns = [ { - class: "remove-padding icon-only content-fill", + class: "remove-padding content-fill", data: null, defaultContent: "
" + "" + @@ -193,7 +193,8 @@ function loadDeviceTypes() { "searching": false }; var settings = { - "sorting": false + "sorting": false, + "select": false }; var deviceTypeApiUrl = '/api/device-mgt/v1.0/admin/device-types';