On Jan 17, 2008 12:44 AM, Carlo Marcelo Arenas Belon
<[EMAIL PROTECTED]> wrote:
> Sending        default/cluster_view.tpl
> Sending        default/host_view.tpl
> Transmitting file data ..
> Committed revision 924.
>
> On Wed, Jan 16, 2008 at 08:40:38PM -0500, Jesse Becker wrote:
> > The previous patch took care of the cluster view.  This one takes care
> > of the host view.  It adds the same "click-to-enlarge" to the report
> > and per-metric graphs.  Same basic idea, and it also exists in 3.0.x,
> > but not in trunk.
>
> reverted previous patch and committed a merge better (which also avoids any
> mismatching case which would generate spurious differences with the 3.0.x
> branch)
>
>   svn diff -c-921 | patch -p0 && svn merge -c810

This actually reverted three lines too many, and broke the enlarging
of optional graphs.  A fix is attached.

-- 
Jesse Becker
GPG Fingerprint -- BD00 7AA4 4483 AFCC 82D0  2720 0083 0931 9A2B 06A2
Index: cluster_view.tpl
===================================================================
--- cluster_view.tpl	(revision 924)
+++ cluster_view.tpl	(working copy)
@@ -37,8 +37,9 @@
     SRC="./graph.php?g=network_report&amp;z=medium&amp;{graph_args}">
 </A>
 <!-- START BLOCK : optional_graphs -->
-<IMG ALT="{cluster} {name}"
-   SRC="./graph.php?g={name}_report&amp;z=medium&amp;{graph_args}">
+<A HREF="./graph.php?g={name}_report&amp;z=large&amp;{graph_args}">
+<IMG BORDER=0 ALT="{cluster} {name}" SRC="./graph.php?g={name}_report&amp;z=medium&amp;{graph_args}">
+</A>
 <!-- END BLOCK : optional_graphs -->
 </TD>
 </TR>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to