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', {
|
||||
processing: true,
|
||||
serverSide: true,
|
||||
retrieve: true,
|
||||
ajax: {
|
||||
url: `/tables/hostnameTable/${hostname}`,
|
||||
type: 'POST'
|
||||
|
|
Loading…
Reference in New Issue