project-hatohol / hatohol

A unified manager of monitoring software
http://www.hatohol.org/
Other
89 stars 29 forks source link

[WebUI][latest_view] Show items on explicit update operation. #2457

Closed kz0817 closed 7 years ago

kz0817 commented 7 years ago

Current implementation gets items without any condition. Althogh the nubmer of items to be obtained is limited, this query might make the Hatohol server heavy and take a while.

So with this patch, items aren't loaded automatically. By explit update is need to load items typically after the query conditions are set.