Skip to content
Snippets Groups Projects
Commit a5e34c85 authored by Wes Felter's avatar Wes Felter
Browse files

UI: Fixed a crazy typo in flow display.

parent fde9ab57
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ window.Switch = Backbone.Model.extend({
f.match.dataLayerSource + "</a>, ";
}
if(!(f.match.wildcards & (1<<3))) { // dest MAC
f.matchHTML =+ "dest=<a href='/host/" + f.match.dataLayerDestination + "'>" +
f.matchHTML += "dest=<a href='/host/" + f.match.dataLayerDestination + "'>" +
f.match.dataLayerDestination + "</a>, ";
}
if(!(f.match.wildcards & (1<<4))) { // Ethertype
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment