Fix for EMM-1546

revert-dabc3590
kamidu 8 years ago
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…
Cancel
Save