mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add button to export user script conf. New endpoint to set user scripts configuration.
This commit is contained in:
parent
33828c55e8
commit
3ce84b07cf
6 changed files with 109 additions and 2 deletions
|
|
@ -53,7 +53,8 @@ print(template.gen("config_list.html", {
|
|||
subdir = subdir,
|
||||
template_utils = template,
|
||||
hooks_localizated = titles,
|
||||
timeout_csrf = timeout_csrf
|
||||
timeout_csrf = timeout_csrf,
|
||||
import_csrf = ntop.getRandomCSRFValue(),
|
||||
}
|
||||
}))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue