From eallen@fedoraproject.org Wed Aug 19 23:56:58 2015 From: eallen@fedoraproject.org To: cumin-developers@lists.fedorahosted.org Subject: r4587 - in trunk/cumin: python/cumin/grid resources Date: Tue, 08 Mar 2011 21:57:47 +0000 Message-ID: <20110308215747.2C2F01201F7@lists.fedorahosted.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0574380492154583123==" --===============0574380492154583123== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: eallen Date: 2011-03-08 21:57:46 +0000 (Tue, 08 Mar 2011) New Revision: 4587 Modified: trunk/cumin/python/cumin/grid/dashboard.strings trunk/cumin/resources/app.js Log: Moved a javascript function to a more general place Modified: trunk/cumin/python/cumin/grid/dashboard.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 --- trunk/cumin/python/cumin/grid/dashboard.strings 2011-03-08 21:50:11 UTC (= rev 4586) +++ trunk/cumin/python/cumin/grid/dashboard.strings 2011-03-08 21:57:46 UTC (= rev 4587) @@ -208,26 +208,7 @@

{title}

{stats} - - [NegotiatorStatSet.item_html] {item_title} Modified: trunk/cumin/resources/app.js =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 --- trunk/cumin/resources/app.js 2011-03-08 21:50:11 UTC (rev 4586) +++ trunk/cumin/resources/app.js 2011-03-08 21:57:46 UTC (rev 4587) @@ -523,3 +523,19 @@ function ofc_debug(msg) { wooly.log(msg); } + +function showHistoryChart(title, src) { + + if (src !=3D '') { + new StickyWin.Modal.Ajax({ + url: src, + wrapWithUi: true, + caption: title, + useIframeShim: false, + allowMultiple: false, + closeOnEsc: true, + uiOptions: {width: 420} + }).update(); + } + return false; +} --===============0574380492154583123==--