Save the state of the query log table infinitely

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2025-02-23 14:28:38 +01:00
parent 8d3792fafb
commit 002c39ef78

View File

@@ -572,6 +572,7 @@ $(function () {
[10, 25, 50, 100, "All"],
],
stateSave: true,
stateDuration: 0,
stateSaveCallback: function (settings, data) {
utils.stateSaveCallback("query_log_table", data);
},