diff --git a/lib/python/App/appMain.dtml b/lib/python/App/appMain.dtml index 0c6bc304f58a06a4954fe67ad7a5d122864a61e6..0fb87649849a57c268b4d00a4160c50789ed84fd 100644 --- a/lib/python/App/appMain.dtml +++ b/lib/python/App/appMain.dtml @@ -11,20 +11,19 @@ database packing, and "undoing" previous changes to your application's configuration or data. <P> -<TABLE CELLPADDING="4"> +<TABLE> <TR> -<TD ALIGN="LEFT" VALIGN="TOP"><STRONG>Process Id:</STRONG></TD> -<TD ALIGN="LEFT" VALIGN="TOP"><!--#var process_id--></TD> +<TH>Process Id</TH> +<TH>Process Uptime</TH> +<TH>Database Size</TH> </TR> <TR> -<TD ALIGN="LEFT" VALIGN="TOP"><STRONG>Process Uptime:</STRONG></TD> -<TD ALIGN="LEFT" VALIGN="TOP"><!--#var process_time--></TD> +<TD ALIGN=CENTER><!--#var process_id--></TD> +<TD ALIGN=CENTER><!--#var process_time--></TD> +<TD ALIGN=CENTER><!--#var db_size--></TD> </TR> -<TR> -<TD ALIGN="LEFT" VALIGN="TOP"><STRONG>Database Size:</STRONG></TD> -<TD ALIGN="LEFT" VALIGN="TOP"><!--#var db_size--></TD> -</TR> - +</TABLE> +<TABLE> <TR> <TD ALIGN="LEFT" VALIGN="TOP"> <BR>Click "Shutdown" to shutdown the application..