blossom-project / blossom

Blossom is a Java framework based on Spring-Boot which enables you to realize your projects quickly and smoothly. It comes with several modules and tools made to ease and speed up your development process.
http://blossom-project.com
Apache License 2.0
21 stars 21 forks source link

Dashbord blinking #166

Open mbaroukh opened 6 years ago

mbaroukh commented 6 years ago

Actually the system / dashboard page is atomatically reloading itself every 10 seconds. I personnaly find this counter productive. Shouldn't it instead

mgargadennec commented 6 years ago

Ok for the opt-in reload with a button (dropdown with periodicities and disabled state ?)

The ajax reloading of complete panel was a choice at that time to prevent yet another js library , or too much js code to be added.