mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Add delayed loading spinner strategy
- add config based full page loading spinner delay - Replace full spinner with table spinner in list view table
This commit is contained in:
parent
f915cf02b0
commit
b63e82f307
13 changed files with 224 additions and 32 deletions
|
@ -1,7 +1,9 @@
|
|||
parameters:
|
||||
ui:
|
||||
alert_timeout: 3
|
||||
user_preferences_save_delay: 5000
|
||||
user_preferences_save_delay: 500
|
||||
loading_display_delay: 900
|
||||
table_loading_display_delay: 800
|
||||
modal_buttons_collapse_breakpoint: 4
|
||||
navigation_max_module_recently_viewed: 5
|
||||
navigation_max_module_favorites: 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue