mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix for EMM-1546
This commit is contained in:
parent
4178a21efa
commit
0160bf5fee
@ -76,8 +76,10 @@ function loadDevices() {
|
||||
return {};
|
||||
}
|
||||
|
||||
var fnCreatedRow = function (nRow) {
|
||||
var fnCreatedRow = function (nRow, aData, dataIndex) {
|
||||
$(nRow).attr('data-type', 'selectable');
|
||||
$(nRow).attr('data-deviceid', aData.deviceIdentifier);
|
||||
$(nRow).attr('data-devicetype', aData.deviceType);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user