ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

Web - Add paging to task history #448

Open dvstans opened 4 years ago

dvstans commented 4 years ago

If a user runs a script that performs thousands of individual tasks, these are all displayed in the web UI - consuming a large amounts of memory and causing slow performance. Need to implements a paging system for tasks like all other listing UI elements.

dvstans commented 4 years ago

Added a temporary truncation fix, but need to add proper paging to this list.