mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
fixed typo in script list
This commit is contained in:
parent
95e57c4755
commit
4608c52596
1 changed files with 1 additions and 2 deletions
|
|
@ -1121,8 +1121,6 @@ const MultiSelect = (gui, hooks, script_subdir, script_key) => {
|
|||
const $table_editor = $("#script-config-editor");
|
||||
$("#script-config-editor").empty();
|
||||
|
||||
console.log(gui);
|
||||
|
||||
const render_template = () => {
|
||||
|
||||
const enabled = hooks.all.enabled;
|
||||
|
|
@ -1167,6 +1165,7 @@ const MultiSelect = (gui, hooks, script_subdir, script_key) => {
|
|||
|
||||
const apply_event = (event) => {
|
||||
|
||||
const hook_enabled = $('#multiselect-checkbox').prop('checked');
|
||||
const items_list = $(`select[name='item_list']`).val();
|
||||
|
||||
const template_data = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue