mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Fixed menu style (#6213)
This commit is contained in:
parent
a20ec85561
commit
4a13b3d3a8
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@
|
|||
"' data-tag-label='" + data.rsp[i].value[0][j].label +
|
||||
"' href='#'>" + data.rsp[i].value[0][j].label + "" + restText + "</a>";
|
||||
|
||||
let itemText = '<li class="row">' + a_tag + '</li>';
|
||||
let itemText = '<li class="dropdown-item pointer">' + a_tag + '</li>';
|
||||
menuOptions.push(itemText);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue