#335 No such device when clicking on device in netmap
This commit is contained in:
6
Changes
6
Changes
@@ -1,3 +1,9 @@
|
|||||||
|
2.036009 - 2017-07-31
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* #335 No such device when clicking on device in netmap
|
||||||
|
|
||||||
2.036008 - 2017-07-14
|
2.036008 - 2017-07-14
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ function to_class(name) { return 'nd_' + name.replace(/\./g, "_") }
|
|||||||
// handler for clicking on a circle - redirect to that device's netmap
|
// handler for clicking on a circle - redirect to that device's netmap
|
||||||
function circleClick(d) {
|
function circleClick(d) {
|
||||||
window.location = '[% uri_for('/device') %]?tab=netmap'
|
window.location = '[% uri_for('/device') %]?tab=netmap'
|
||||||
+ '&q=' + d.fullname
|
+ '&q=' + d.ip
|
||||||
+ '&depth=[% params.depth | uri %]'
|
+ '&depth=[% params.depth | uri %]'
|
||||||
+ '&vlan=[% params.vlan | uri %]';
|
+ '&vlan=[% params.vlan | uri %]';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user