[
https://issues.apache.org/jira/browse/FALCON-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14356404#comment-14356404
]
Ajay Yadava commented on FALCON-1001:
-------------------------------------
That's for changing the default behavior, which is correct IMHO. We should have
an option in UI where users will by default see orderBy startTime but they can
choose to see results sorted by other parameters like status.
> 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)