Balu Vellanki created FALCON-770:
------------------------------------
Summary: Add pagination to Instance panel at Falcon UI entity.html
page.
Key: FALCON-770
URL: https://issues.apache.org/jira/browse/FALCON-770
Project: Falcon
Issue Type: Bug
Affects Versions: 0.6
Reporter: Balu Vellanki
When user views the entity page in falcon UI at
http://falcon-host:15443/entity.html?type=<type>&name=<name>, the instance
panel shows only 10 instances by default.
For a long running entity, there can be more than 10 instances. To show more
relevant information to the user, the panel should support pagination. The
following query params are available via REST api.
- orderBy should be startTime
- offset and numResults should be used to support pagination.
This changes should be made in html5-ui/js/falcon-entity.js under function
loadInstance(start, end).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)