#552 device addresses report has broken column data
This commit is contained in:
@@ -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 || '');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user