Author: tveronezi
Date: Sat Oct 20 13:53:26 2012
New Revision: 1400449

URL: http://svn.apache.org/viewvc?rev=1400449&view=rev
Log:
https://issues.apache.org/jira/browse/TOMEE-488

Modified:
    
openejb/trunk/openejb/tomee/tomee-webapp/src/main/webapp/app/js/templates/application-tab-jndi-table.handlebars
    
openejb/trunk/openejb/tomee/tomee-webapp/src/main/webapp/app/js/templates/application-tab-webservices-table.handlebars

Modified: 
openejb/trunk/openejb/tomee/tomee-webapp/src/main/webapp/app/js/templates/application-tab-jndi-table.handlebars
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/tomee/tomee-webapp/src/main/webapp/app/js/templates/application-tab-jndi-table.handlebars?rev=1400449&r1=1400448&r2=1400449&view=diff
==============================================================================
--- 
openejb/trunk/openejb/tomee/tomee-webapp/src/main/webapp/app/js/templates/application-tab-jndi-table.handlebars
 (original)
+++ 
openejb/trunk/openejb/tomee/tomee-webapp/src/main/webapp/app/js/templates/application-tab-jndi-table.handlebars
 Sat Oct 20 13:53:26 2012
@@ -1,9 +1,4 @@
-<table class="table">
-    <thead>
-    <tr>
-        <th>{{i18n "application.jndi.path"}}</th>
-    </tr>
-    </thead>
+<table class="table table-striped">
     <tbody>
     {{#jndi}}
     <tr>

Modified: 
openejb/trunk/openejb/tomee/tomee-webapp/src/main/webapp/app/js/templates/application-tab-webservices-table.handlebars
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/tomee/tomee-webapp/src/main/webapp/app/js/templates/application-tab-webservices-table.handlebars?rev=1400449&r1=1400448&r2=1400449&view=diff
==============================================================================
--- 
openejb/trunk/openejb/tomee/tomee-webapp/src/main/webapp/app/js/templates/application-tab-webservices-table.handlebars
 (original)
+++ 
openejb/trunk/openejb/tomee/tomee-webapp/src/main/webapp/app/js/templates/application-tab-webservices-table.handlebars
 Sat Oct 20 13:53:26 2012
@@ -1,4 +1,4 @@
-<table class="table">
+<table class="table table-striped">
     <thead>
     <tr>
         <th>{{i18n "application.webservices.app.name"}}</th>


Reply via email to