Removing device type clicking option

revert-70aa11f8
lasantha 7 years ago
parent 70138c3c6e
commit d5fac0c569

@ -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: "<div class='thumbnail icon'>" +
"<i class='square-element text fw fw-devices' style='font-size: 74px;'></i>" +
@ -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';

Loading…
Cancel
Save