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 2010/11/05 16:41:27 UTC

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

Author: chirino
Date: Fri Nov  5 15:41:26 2010
New Revision: 1031631

URL: http://svn.apache.org/viewvc?rev=1031631&view=rev
Log:
Fixed the back link

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

Modified: activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/QueueStatusDTO.scaml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/QueueStatusDTO.scaml?rev=1031631&r1=1031630&r2=1031631&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/QueueStatusDTO.scaml (original)
+++ activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/QueueStatusDTO.scaml Fri Nov  5 15:41:26 2010
@@ -18,7 +18,7 @@
 - import helper._
 
 .breadcumbs
-  %a(href={strip_resolve(".")}) Back
+  %a(href={strip_resolve("..")}) Back
 
 %h1 Queue: #{label}
 
@@ -42,7 +42,7 @@
 %p nacked: #{nack_item_counter} messages
 %p nacked: #{memory(nack_size_counter)}
 
-%h2 Memory Mangement
+%h2 Swap Status
 
 %p loading from the store: #{memory(loading_size)}
 %p flushing out of memory: #{memory(flushing_size)}