mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
removed references to old ImportModal
This commit is contained in:
parent
2bac1d0e5f
commit
811b3f8e3c
2 changed files with 0 additions and 19 deletions
|
|
@ -332,13 +332,4 @@ $(document).ready(function() {
|
|||
|
||||
});
|
||||
|
||||
// handle import modal
|
||||
NtopUtils.importModalHelper({
|
||||
load_config_xhr: (json_conf) => {
|
||||
return $.post(`${http_prefix}/lua/rest/set/scripts/config.lua`, {
|
||||
csrf: pageCsrf,
|
||||
JSON: json_conf,
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue