Skip to content

Commit

Permalink
0019-GUI-dot-module-name-quote
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo committed Nov 1, 2022
1 parent 887dca7 commit bb553cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bessctl/static/pipeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function graph_to_dot(modules) {
var ogates = module.show_ogates ? gates_to_str(module.ogates, 'ogate') : '';

nodes += `
${module_name} [shape=plaintext label=
"${module_name}" [shape=plaintext label=
<<table port="mod" border="1" cellborder="0" cellspacing="0" cellpadding="1">
${igates}<tr>
<td width="60">${module_name}</td>
Expand Down

0 comments on commit bb553cc

Please sign in to comment.