mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 07:45:29 +00:00
Suppress refresh button on client-side tables
Refresh only works on server-side tables
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
data-id-table="customFieldsetsTable"
|
||||
data-side-pagination="client"
|
||||
data-sort-order="asc"
|
||||
data-show-refresh="false"
|
||||
data-sort-name="name"
|
||||
data-advanced-search="false"
|
||||
id="customFieldsetTable"
|
||||
@ -128,6 +129,7 @@
|
||||
data-side-pagination="client"
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
data-show-refresh="false"
|
||||
id="customFieldsTable"
|
||||
data-advanced-search="false"
|
||||
data-buttons="customFieldButtons"
|
||||
|
||||
Reference in New Issue
Block a user