Ensure that both timed and event based graphs are suitably div'd up.

This commit is contained in:
z3d
2009-07-25 23:46:42 +00:00
parent c5555350ae
commit 3c76fda8d9
3 changed files with 6 additions and 5 deletions

View File

@ -10,6 +10,7 @@
<%@include file="summary.jsp" %>
<h1>I2P Performance Graphs</h1>
<div class="main" id="main">
<div class="graphspanel">
<jsp:useBean class="net.i2p.router.web.GraphHelper" id="graphHelper" scope="request" />
<jsp:setProperty name="graphHelper" property="*" />
<jsp:setProperty name="graphHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />