Author: chirino
Date: Tue Jan 4 02:24:36 2011
New Revision: 1054867
URL: http://svn.apache.org/viewvc?rev=1054867&view=rev
Log:
Fix back link on connections.
Modified:
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/ConnectionStatusDTO.jade
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/StompConnectionStatusDTO.jade
Modified:
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/ConnectionStatusDTO.jade
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/ConnectionStatusDTO.jade?rev=1054867&r1=1054866&r2=1054867&view=diff
==============================================================================
---
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/ConnectionStatusDTO.jade
(original)
+++
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/ConnectionStatusDTO.jade
Tue Jan 4 02:24:36 2011
@@ -18,7 +18,8 @@
- import helper._
.breadcumbs
- a(href={strip_resolve(".")}) Back
+ a(href={strip_resolve("..")}) Back
+
p state: #{state} #{ uptime(state_since) } ago
- if( state == "STARTED" )
form(method="post" action={path("action/shutdown")})
Modified:
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/StompConnectionStatusDTO.jade
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/StompConnectionStatusDTO.jade?rev=1054867&r1=1054866&r2=1054867&view=diff
==============================================================================
---
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/StompConnectionStatusDTO.jade
(original)
+++
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/StompConnectionStatusDTO.jade
Tue Jan 4 02:24:36 2011
@@ -18,7 +18,8 @@
- import helper._
.breadcumbs
- a(href={strip_resolve(".")}) Back
+ a(href={strip_resolve("..")}) Back
+
p state: #{state} #{ uptime(state_since) } ago
- if( state == "STARTED" )