[ 
https://issues.apache.org/activemq/browse/AMQ-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57358#action_57358
 ] 

Rob commented on AMQ-2410:
--------------------------

Sorry... wasn't thinking... the fix for the "home" page above wouldn't work... 
change:

if(window.location.hostname.indexOf("index.jsp") != -1)

to:

if(window.location.href.indexOf("index.jsp") === -1)

> 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.

Reply via email to