mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Removing device type clicking option
This commit is contained in:
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…
Reference in New Issue
Block a user