You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2010/02/04 10:44:32 UTC

[jira] Resolved: (AMQ-2410) Web console queues index misses sort link on table header

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

Dejan Bosanac resolved AMQ-2410.
--------------------------------

    Resolution: Fixed

Fixed in svn revision 906416.

I used 

{code}if (document.getElementsByTagName("TH")[0] != null) {
...
}{code}

to filter out pages where sorting isn't needed.

Thanks for the patches.

> Web console queues index misses sort link on table header
> ---------------------------------------------------------
>
>                 Key: AMQ-2410
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2410
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.3.0
>         Environment: ActiveMQ 5.3 SNAPSHOT 2009-09-08, MacOSX 10.6.1, Java 1.6.0_15, Ubuntu Server 8.04 LTS
>            Reporter: Uwe Kubosch
>            Assignee: Dejan Bosanac
>            Priority: Minor
>             Fix For: 5.3.1, 5.4.0
>
>
> In the ActiveMQ 5.2 web console, we could click on the column headers of the queue index table to sort the table on the indicated column values.
> This is missing in the 5.3 SNAPSHOT.  The column headers are just inactive text, not links like they wer in 5.2.
> The sorting feature is VERY helpful when we have many queues, as we have in our project.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.