mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Move syslog producers configuration to community
This commit is contained in:
parent
6eaafd0a2d
commit
3c890c7a6a
5 changed files with 373 additions and 5 deletions
|
|
@ -96,7 +96,7 @@ $(document).ready(function() {
|
|||
$('#syslog-producers-alert').hide();
|
||||
$(`form#syslog-producers-${action}-modal button[type='submit']`).attr("disabled", "disabled");
|
||||
|
||||
$.post(`${http_prefix}/lua/enterprise/edit_syslog_producer.lua`, data_to_send)
|
||||
$.post(`${http_prefix}/lua/edit_syslog_producer.lua`, data_to_send)
|
||||
.then((data, result, xhr) => {
|
||||
|
||||
$(`form#syslog-producers-${action}-modal button[type='submit']`).removeAttr("disabled");
|
||||
|
|
@ -160,7 +160,7 @@ $(document).ready(function() {
|
|||
}, 15000);
|
||||
},
|
||||
ajax: {
|
||||
url: `${http_prefix}/lua/enterprise/get_syslog_producers.lua`,
|
||||
url: `${http_prefix}/lua/get_syslog_producers.lua`,
|
||||
type: 'get',
|
||||
dataSrc: ''
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue