mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
parent
4779f80fa8
commit
aca088ea13
14 changed files with 194 additions and 87 deletions
|
|
@ -59,6 +59,8 @@ const confset_id = {{ script_list.confset_id }};
|
|||
const script_subdir = "{{ script_list.script_subdir }}";
|
||||
let csrf_toggle_buttons = "{{ ntop.getRandomCSRFValue() }}";
|
||||
let csrf_edit_config = "{{ ntop.getRandomCSRFValue() }}";
|
||||
let script_key_filter = "{{ script_list.script_filter }}";
|
||||
let page_url = "{* script_list.page_url *}";
|
||||
|
||||
i18n.are_you_sure = '{{ i18n("scripts_list.are_you_sure", {}) }}'
|
||||
i18n.all = '{{ i18n("all", {}) }}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue