fix: Get the existing table when possible.

pull/1001/head
Raphaël Vinot 2024-11-27 01:03:05 +01:00
parent 41287c2ceb
commit 4cadf7fcfc
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@
new DataTable('#hostnameTable', {
processing: true,
serverSide: true,
retrieve: true,
ajax: {
url: `/tables/hostnameTable/${hostname}`,
type: 'POST'