You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2011/03/30 00:18:11 UTC

svn commit: r1086785 - /myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/memory.xhtml

Author: lofwyr
Date: Tue Mar 29 22:18:10 2011
New Revision: 1086785

URL: http://svn.apache.org/viewvc?rev=1086785&view=rev
Log:
fixing layout

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/memory.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/memory.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/memory.xhtml?rev=1086785&r1=1086784&r2=1086785&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/memory.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/admin/memory.xhtml Tue Mar 29 22:18:10 2011
@@ -25,22 +25,17 @@
   <tc:panel>
 
     <f:facet name="layout">
-      <tc:gridLayout margin="10px" rows="fixed;fixed;fixed;*" columns="300px;*"/>
+      <tc:gridLayout margin="10px" rows="fixed;fixed;fixed" columns="300px"/>
     </f:facet>
     <f:facet name="reload">
       <tc:reload frequency="5000" update="#{admin.updateMemory}"/>
     </f:facet>
 
     <tc:label value="Memory:"/>
-    <tc:cell/>
 
     <tc:progress value="#{admin.memory}" markup="#{admin.state}"/>
-    <tc:cell/>
 
     <tc:label value="Current: #{admin.memory.value} kB Max: #{admin.memory.maximum} kB"/>
-    <tc:cell/>
-
-    <tc:cell spanX="2"/>
 
   </tc:panel>
 </f:subview>