Link to VLAN search by name from VLAN Inventory report
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
* Ignore devices with "phone" in their CDP/LLDP platform description
|
* Ignore devices with "phone" in their CDP/LLDP platform description
|
||||||
* Change log format to contain UTC timestamp
|
* Change log format to contain UTC timestamp
|
||||||
|
* Link to VLAN search by name from VLAN Inventory report
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ $(document).ready(function() {
|
|||||||
}, {
|
}, {
|
||||||
"data": 'description',
|
"data": 'description',
|
||||||
"render": function(data, type, row, meta) {
|
"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',
|
"data": 'dcount',
|
||||||
|
|||||||
Reference in New Issue
Block a user