[
https://issues.apache.org/jira/browse/FALCON-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14356356#comment-14356356
]
Ajay Yadava edited comment on FALCON-1001 at 3/11/15 5:51 AM:
--------------------------------------------------------------
[~sowmyaramesh] I think what [~kawaa] is suggesting is that even though the
REST API supports ordering by different parameters, it's not possible for him
to sort using different criteria in WEB UI (where it always passes
orderBy=startTime in the call to the REST API).
was (Author: ajayyadava):
[~sowmyaramesh] I think what [~kawaa] is suggesting is that even though the
REST API supports ordering by different parameters, it's not possible for him
to sort using different criteria in WEB UI (where it always passes
orderBy=startTime in the call to the REST API.
> Don't hardcode the ordering field that is used to display the list of
> instances on the Web UI
> ---------------------------------------------------------------------------------------------
>
> Key: FALCON-1001
> URL: https://issues.apache.org/jira/browse/FALCON-1001
> Project: Falcon
> Issue Type: New Feature
> Components: ui, webapp
> Affects Versions: 0.6, trunk
> Reporter: Adam Kawa
>
> Currently the Web UI hardcores the field that it uses for ordering the
> instances on the Web UI (the ordering is done using startTime, if I
> understand correctly {{html5-ui/js/falcon-entity.js}})
> {code}
> falcon.getJson(url('instance/status') + '?orderBy=startTime&start=' + start +
> '&end=' + end, function (data) {
> {code}
> It would be useful to have a possibility to order feeds/processes by:
> * name
> * status
> * group (if the <groups> tag in XML is provided).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)