mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
fixed invalid graph unity (#4525)
This commit is contained in:
parent
40499bfd2d
commit
ee80638073
8 changed files with 77 additions and 51 deletions
|
|
@ -13,7 +13,7 @@ function ui_utils.render_configuration_footer(item)
|
|||
return template_utils.gen('pages/components/manage-configuration-link.template', {item = item})
|
||||
end
|
||||
|
||||
--- Single not element: { content = 'note description', hidden = true|false }
|
||||
--- Single note element: { content = 'note description', hidden = true|false }
|
||||
function ui_utils.render_notes(notes_items)
|
||||
|
||||
if notes_items == nil then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue