mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
web ui: save the state of the tables
the state will be saved for 1 hour
This commit is contained in:
@@ -157,6 +157,8 @@
|
||||
"<'row'<'col-sm-12'tr>>" +
|
||||
"<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
|
||||
select: true,
|
||||
stateSave: true,
|
||||
stateDuration: 3600,
|
||||
buttons: [],
|
||||
"columnDefs": [
|
||||
{
|
||||
|
||||
@@ -187,6 +187,8 @@ function deleteAction() {
|
||||
"<'row'<'col-sm-12'tr>>" +
|
||||
"<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
|
||||
select: true,
|
||||
stateSave: true,
|
||||
stateDuration: 3600,
|
||||
buttons: [],
|
||||
"scrollX": false,
|
||||
"order": [[0, 'asc']]
|
||||
|
||||
@@ -239,6 +239,8 @@
|
||||
"<'row'<'col-sm-12'tr>>" +
|
||||
"<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
|
||||
select: true,
|
||||
stateSave: true,
|
||||
stateDuration: 3600,
|
||||
buttons: [],
|
||||
"columnDefs": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user