Adam Kawa created FALCON-1001:
---------------------------------
Summary: 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)