mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
parent
ae4a8bdca0
commit
f8d09f7387
6 changed files with 45 additions and 10 deletions
|
|
@ -27,6 +27,15 @@ const get_configuration_data = ($config_table, $button_caller) => {
|
|||
}
|
||||
}
|
||||
|
||||
const resetConfig = () => {
|
||||
var params = {};
|
||||
params.csrf = reset_csrf;
|
||||
params.action = "reset_config";
|
||||
|
||||
var form = paramsToForm('<form method="post"></form>', params);
|
||||
form.appendTo('body').submit();
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
const add_columns = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue