Bug 30070: Remove 'Configure' option from datatable

This passes 0 for table_settings effectively removing the 'Configure'
option from the table. We haven't set up the background logic for table
settings for this table and I don't believe there's a real use case for
that here at the moment.

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Martin Renvoize 2023-11-14 15:29:21 +00:00 committed by Katrin Fischer
parent 12ea4ec1f2
commit 116e117e01
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -157,7 +157,7 @@
}
}
]
}, {}, 0);
}, 0, 0);
var EDIModal = $("#EDI_modal");
var EDIModalBody = $("#EDI_modal .modal-body");