Skip to content

Commit

Permalink
Merge branch 'master' into baseuri-master
Browse files Browse the repository at this point in the history
  • Loading branch information
stamfest committed May 31, 2014
2 parents c294896 + e296262 commit a1d8b8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/page/_graph_destination_ips.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
pie: {
events: {
click: function(event) {
HCloader(event.toElement.offsetParent.id);
HCloader(event.target.nearestViewportElement.parentElement.id);
document.location = baseuri + '/results?title=Destination Address '+event.point.name+'&match_all=true&search%5B0%5D%5Bcolumn%5D=destination_ip&search'+
'%5B0%5D%5Benabled%5D=true&search%5B0%5D%5Boperator%'+
'5D=is&search%5B0%5D%5Bvalue%5D='+event.point.name+'&search%'+
Expand Down
2 changes: 1 addition & 1 deletion app/views/page/_graph_signature.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
pie: {
events: {
click: function(event) {
HCloader(event.toElement.offsetParent.id);
HCloader(event.target.nearestViewportElement.parentElement.id);
document.location = baseuri + '/results?title='+event.point.name+'&match_all=true&search%5B0%5D%5Bcolumn%5D=signature_name&search'+
'%5B0%5D%5Benabled%5D=true&search%5B0%5D%5Boperator%'+
'5D=contains&search%5B0%5D%5Bvalue%5D='+event.point.name+'&search%'+
Expand Down
2 changes: 1 addition & 1 deletion app/views/page/_graph_source_ips.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
pie: {
events: {
click: function(event) {
HCloader(event.toElement.offsetParent.id);
HCloader(event.target.nearestViewportElement.parentElement.id);
document.location = baseuri + '/results?title=Source Address '+event.point.name+'&match_all=true&search%5B0%5D%5Bcolumn%5D=source_ip&search'+
'%5B0%5D%5Benabled%5D=true&search%5B0%5D%5Boperator%'+
'5D=is&search%5B0%5D%5Bvalue%5D='+event.point.name+'&search%'+
Expand Down

0 comments on commit a1d8b8e

Please sign in to comment.