* move things to debug logging instead of info * use message which was discussed * fix for address table sorting
This commit is contained in:
@@ -32,7 +32,7 @@ $(document).ready(function() {
|
||||
"render": function(data, type, row, meta) {
|
||||
return type === 'display' ?
|
||||
'<a href="[% device_ports %]&q=' + encodeURIComponent(row.ip) + '&f=' + encodeURIComponent(data) + '">' + he.encode(data || '') + '</a>' :
|
||||
data;
|
||||
he.encode(data || '');
|
||||
}
|
||||
}, {
|
||||
"data": 'name',
|
||||
|
||||
Reference in New Issue
Block a user