From rhmessaging-commits at lists.jboss.org Thu Apr 17 14:51:54 2008 Content-Type: multipart/mixed; boundary="===============3443710717320678852==" MIME-Version: 1.0 From: rhmessaging-commits at lists.jboss.org To: rhmessaging-commits at lists.jboss.org Subject: [rhmessaging-commits] rhmessaging commits: r1936 - mgmt/cumin/python/cumin. Date: Thu, 17 Apr 2008 14:51:52 -0400 Message-ID: --===============3443710717320678852== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: justi9 Date: 2008-04-17 14:51:52 -0400 (Thu, 17 Apr 2008) New Revision: 1936 Modified: mgmt/cumin/python/cumin/client.strings mgmt/cumin/python/cumin/exchange.strings mgmt/cumin/python/cumin/model.py mgmt/cumin/python/cumin/page.strings mgmt/cumin/python/cumin/queue.strings Log: An improved two-column table layout Modified: mgmt/cumin/python/cumin/client.strings =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- mgmt/cumin/python/cumin/client.strings 2008-04-17 18:37:02 UTC (rev 193= 5) +++ mgmt/cumin/python/cumin/client.strings 2008-04-17 18:51:52 UTC (rev 193= 6) @@ -110,13 +110,13 @@ } = [ClientStats.html] - +
- - Modified: mgmt/cumin/python/cumin/exchange.strings =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- mgmt/cumin/python/cumin/exchange.strings 2008-04-17 18:37:02 UTC (rev 1= 935) +++ mgmt/cumin/python/cumin/exchange.strings 2008-04-17 18:51:52 UTC (rev 1= 936) @@ -194,16 +194,16 @@ = [ExchangeStats.html] -
+

General

{general}
+ {sendrecv}
+
- - Modified: mgmt/cumin/python/cumin/model.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- mgmt/cumin/python/cumin/model.py 2008-04-17 18:37:02 UTC (rev 1935) +++ mgmt/cumin/python/cumin/model.py 2008-04-17 18:51:52 UTC (rev 1936) @@ -248,7 +248,7 @@ text =3D self.rate_text(object) = if text: - html =3D "%s/sec" % text + html =3D text else: html =3D fmt_none_brief() = Modified: mgmt/cumin/python/cumin/page.strings =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- mgmt/cumin/python/cumin/page.strings 2008-04-17 18:37:02 UTC (rev 1935) +++ mgmt/cumin/python/cumin/page.strings 2008-04-17 18:51:52 UTC (rev 1936) @@ -433,6 +433,22 @@ width: 100%; } = +table.twocol { + width: 100%; +} + +table.twocol > tbody > tr > td { + width: 50%; +} + +table.twocol > tbody > tr > td:first-child { + padding: 0 1.5em 0 0; +} + +table.twocol > tbody > tr > td:last-child { + padding: 0 0 0 1.5em; +} + .ralign, table.mobjects .ralign, div.mstatus table .ralign { text-align: right; } Modified: mgmt/cumin/python/cumin/queue.strings =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- mgmt/cumin/python/cumin/queue.strings 2008-04-17 18:37:02 UTC (rev 1935) +++ mgmt/cumin/python/cumin/queue.strings 2008-04-17 18:51:52 UTC (rev 1936) @@ -180,16 +180,16 @@
{mode}
= [QueueStatsGeneral.html] -
+

Messages

{messages} =

General

{general}
+ {recvroutedrop} {producers}
+
- -
+

Messages

{messages} =

General

{general}
+ {enqdeq} {depth} {consumers} @@ -198,29 +198,29 @@
= [QueueStatsDurability.html] - +
- -
+

Durable Messages

{messages}
+ {enqdeq}
= [QueueStatsTransactions.html] - +
- -
+

Transactions

{transactions} =

Transactional Messages

{messages}
+ {enqtxn} {deqtxn} {enqdeq} --===============3443710717320678852==--