mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Check for config variable
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
566ba4783e
commit
9df84e235c
|
@ -58,7 +58,7 @@
|
|||
maintainSelected: true,
|
||||
trimOnSearch: false,
|
||||
showSearchClearButton: true,
|
||||
addrbar: true, // deeplink search phrases, sorting, etc
|
||||
addrbar: {{ (config('session.bs_table_addrbar') == 'true') ? 'true' : 'false'}}, // deeplink search phrases, sorting, etc
|
||||
paginationFirstText: "{{ trans('general.first') }}",
|
||||
paginationLastText: "{{ trans('general.last') }}",
|
||||
paginationPreText: "{{ trans('general.previous') }}",
|
||||
|
|
Loading…
Reference in a new issue