Add hyperlink to jump to the alert configuration

Closes #2936
This commit is contained in:
emanuele-f 2020-01-17 19:10:19 +01:00
parent 4779f80fa8
commit aca088ea13
14 changed files with 194 additions and 87 deletions

View file

@ -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", {}) }}'