summaryrefslogtreecommitdiffstats
path: root/rrdtool-viewgraph-popup.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2011-06-01 11:06:57 +0200
committerMika Havela <mika.havela@gmail.com>2011-06-01 11:06:57 +0200
commit36dd1f7ff194ce85b338e4428708860511a0dfef (patch)
tree0a17a9c98f11b5277cf60453a82ef1a502bb450e /rrdtool-viewgraph-popup.lsp
parent4486ad86230d37ee1ca88c8c792f942a7b02a13e (diff)
downloadacf-rrdtool-36dd1f7ff194ce85b338e4428708860511a0dfef.tar.bz2
acf-rrdtool-36dd1f7ff194ce85b338e4428708860511a0dfef.tar.xz
Add notes into the graph image.
Save a script next to the DB so the DB can be recreated if needed (might be used in further improvements of this acf) Display example config when creating a new graph.
Diffstat (limited to 'rrdtool-viewgraph-popup.lsp')
-rw-r--r--rrdtool-viewgraph-popup.lsp1
1 files changed, 0 insertions, 1 deletions
diff --git a/rrdtool-viewgraph-popup.lsp b/rrdtool-viewgraph-popup.lsp
index 80b55c0..42194a5 100644
--- a/rrdtool-viewgraph-popup.lsp
+++ b/rrdtool-viewgraph-popup.lsp
@@ -3,7 +3,6 @@ require("viewfunctions")
%>
<% if (data.graph.width) then %>
-<P><%= data.descr %></P>
<IMG SRC='<%= data.output %>' width='<%= data.graph.width or data.option.width %>' height='<%= data.graph.height or data.option.height %>'>
<% else %>
<H1>No valid output available!</H1>