Add button to export user script conf. New endpoint to set user scripts configuration.

This commit is contained in:
Alfredo Cardigliano 2020-01-15 17:48:00 +01:00
parent 33828c55e8
commit 3ce84b07cf
6 changed files with 109 additions and 2 deletions

View file

@ -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(),
}
}))