Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-1001

Don't hardcode the ordering field that is used to display the list of instances on the Web UI

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.6, trunk
    • None
    • ui, webapp

    Description

      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)

      falcon.getJson(url('instance/status') + '?orderBy=startTime&start=' + start + '&end=' + end, function (data) {
      

      It would be useful to have a possibility to order feeds/processes by:

      • name
      • status
      • group (if the <groups> tag in XML is provided).

      Attachments

        Activity

          People

            Unassigned Unassigned
            kawaa Adam Kawa
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: