mirror of https://github.com/CIRCL/lookyloo
fix: Get the existing table when possible.
parent
41287c2ceb
commit
4cadf7fcfc
|
@ -133,6 +133,7 @@
|
||||||
new DataTable('#hostnameTable', {
|
new DataTable('#hostnameTable', {
|
||||||
processing: true,
|
processing: true,
|
||||||
serverSide: true,
|
serverSide: true,
|
||||||
|
retrieve: true,
|
||||||
ajax: {
|
ajax: {
|
||||||
url: `/tables/hostnameTable/${hostname}`,
|
url: `/tables/hostnameTable/${hostname}`,
|
||||||
type: 'POST'
|
type: 'POST'
|
||||||
|
|
Loading…
Reference in New Issue