mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes nil value info (#6713)
This commit is contained in:
parent
1499ec02d5
commit
6b5c66bae1
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ page_utils.print_page_title(i18n("manage_configurations.manage_configurations"))
|
|||
|
||||
|
||||
print(template_utils.gen("pages/manage_configurations.template", {
|
||||
info = info,
|
||||
info = ntop.getInfo(),
|
||||
template_utils = template_utils,
|
||||
manage_configurations = {
|
||||
selected_item = selected_item,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue