Link to VLAN search by name from VLAN Inventory report
This commit is contained in:
@@ -23,7 +23,7 @@ $(document).ready(function() {
|
||||
}, {
|
||||
"data": 'description',
|
||||
"render": function(data, type, row, meta) {
|
||||
return he.encode(data || '');
|
||||
return '<a href="[% uri_for('/search') %]?tab=vlan&q=' + encodeURIComponent(data) + '">' + he.encode(data || '') + '</a>';
|
||||
}
|
||||
}, {
|
||||
"data": 'dcount',
|
||||
|
||||
Reference in New Issue
Block a user