mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 11:09:29 +00:00
Disable searching option on datatables which we do not need and which causes an CSP violation
This commit is contained in:
parent
af4ea17faa
commit
e369ce6db9
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ datatables:
|
||||||
>
|
>
|
||||||
<'row' <'col mt-2 input-group flex-nowrap' B l > <'col-auto mt-2' < p >>>"
|
<'row' <'col mt-2 input-group flex-nowrap' B l > <'col-auto mt-2' < p >>>"
|
||||||
pagingType: 'simple_numbers'
|
pagingType: 'simple_numbers'
|
||||||
searching: true
|
searching: false
|
||||||
stateSave: true
|
stateSave: true
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue