#552 device addresses report has broken column data

This commit is contained in:
Oliver Gorwits
2019-04-01 12:56:36 +01:00
parent cbf23e467a
commit 3e1541071c
2 changed files with 4 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ $(document).ready(function() {
he.encode(data || '');
}
}, {
"data": 'name',
"data": 'device_port.name',
"render": function(data, type, row, meta) {
return he.encode(data || '');
}