Opened at 2020-05-18T17:35:39Z
#3311 new enhancement
Move table layout to template file in download status page
Reported by: | sajith | Owned by: | sajith |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend-web | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
There are four tables in $WUI/status/down-% page, namely:
- DYHB Requests
- Read events
- Segment events
- Requests
They are entirely laid out by elements constructed in DownloadStatusElements.events() renderer method. This is not the right place to do page layout. Those elements should be moved to download-status.xhtml.
Note: See
TracTickets for help on using
tickets.