mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
This commit is contained in:
parent
8076d02386
commit
f93b7c98f2
2 changed files with 3 additions and 3 deletions
|
|
@ -1509,7 +1509,7 @@ $.get(`${http_prefix}/lua/get_check_config.lua`,
|
|||
|
||||
// hide previous error
|
||||
$("#apply-error").hide();
|
||||
|
||||
|
||||
const template = TemplateBuilder(data, script_subdir, script_key);
|
||||
|
||||
// render template
|
||||
|
|
@ -1705,7 +1705,7 @@ if (scriptConfExList) {
|
|||
|
||||
function delegateActionButton(gui) {
|
||||
|
||||
const $button = $(`#btn-action`);
|
||||
const $button = $(`#btn-action-config`);
|
||||
$button.text(gui.input_action_i18n);
|
||||
$button.off('click').click(function (e) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue