[Cherokee-commits] rev 1190 - cherokee/trunk/admin

cherokee at cherokee-project.com cherokee at cherokee-project.com
Mon Mar 3 17:25:52 CET 2008


Author: alo
Date: 2008-03-03 17:25:51 +0100 (Mon, 03 Mar 2008)
New Revision: 1190
Log:

Get the changeset with:
  svn diff -r 1189:1190 svn://svn.cherokee-project.com/

Modified:
  cherokee/trunk/admin/PageVServers.py
    2 +-

Modified: cherokee/trunk/admin/PageVServers.py
===================================================================
--- cherokee/trunk/admin/PageVServers.py	2008-03-03 16:17:34 UTC (rev 1189)
+++ cherokee/trunk/admin/PageVServers.py	2008-03-03 16:25:51 UTC (rev 1190)
@@ -45,7 +45,7 @@
         if vservers: 
             txt += "<h3>Virtual Server List</h3>"
 
-            table = Table(4)
+            table = Table(4, style='width="100%"')
             table += ('Name', 'Document Root', 'Logging', '')
 
             for vserver in vservers:




More information about the Cherokee-commits mailing list