You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/08/09 17:22:08 UTC

svn commit: r1371252 - /activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/QueueStatusDTO.jade

Author: chirino
Date: Thu Aug  9 15:22:08 2012
New Revision: 1371252

URL: http://svn.apache.org/viewvc?rev=1371252&view=rev
Log:
Fixes APLO-236: Incorrect selector displayed in Apollo web console

Modified:
    activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/QueueStatusDTO.jade

Modified: activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/QueueStatusDTO.jade
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/QueueStatusDTO.jade?rev=1371252&r1=1371251&r2=1371252&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/QueueStatusDTO.jade (original)
+++ activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/QueueStatusDTO.jade Thu Aug  9 15:22:08 2012
@@ -40,7 +40,7 @@
 
     h1 Durable Subscription on #{id}
     - if( x.selector != null )
-      p selector: ${x.selector}
+      p selector: #{x.selector}
     p state: #{state} #{ uptime(state_since) } ago
     - if( state == "STARTED" )
       form(method="post" action={path("action/delete")})