mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
add datatable-utils inside makefile
This commit is contained in:
parent
b96e6dfba8
commit
91507212f0
9 changed files with 77 additions and 213 deletions
|
|
@ -34,7 +34,7 @@ class DataTableUtils {
|
|||
}
|
||||
}
|
||||
|
||||
static setAjaxConfig(config, url, dataSrc, method = "get", params = {}) {
|
||||
static setAjaxConfig(config, url, dataSrc = '', method = "get", params = {}) {
|
||||
|
||||
config.ajax = {
|
||||
url: url,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue