You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Ajay Yadava (JIRA)" <ji...@apache.org> on 2015/09/22 19:52:04 UTC

[jira] [Updated] (FALCON-1001) Don't hardcode the ordering field that is used to display the list of instances on the Web UI

     [ https://issues.apache.org/jira/browse/FALCON-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ajay Yadava updated FALCON-1001:
--------------------------------
    Labels: ui  (was: )

> 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
>              Labels: ui
>
> 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)