summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/src/view
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-05-25 17:47:38 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-05-25 17:47:38 +0000
commit4a80f37832a692f627b5e02bc8cdfb2efd9909e3 (patch)
tree816848257a5a12d772b8ae36f244e030b1ed60d1 /applications/luci-statistics/src/view
parent32acc2cf98c07ea67c4e17860da7c4d536e32578 (diff)
* ffluci/statistics: diagram model updates, added ping to genconfig, fixed random() in colors.lua and added support for multiple diagrams per diagram controller
Diffstat (limited to 'applications/luci-statistics/src/view')
-rw-r--r--applications/luci-statistics/src/view/public_statistics/graph.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/src/view/public_statistics/graph.htm b/applications/luci-statistics/src/view/public_statistics/graph.htm
index d0da883d62..093d76d0e4 100644
--- a/applications/luci-statistics/src/view/public_statistics/graph.htm
+++ b/applications/luci-statistics/src/view/public_statistics/graph.htm
@@ -1,6 +1,6 @@
<%+header%>
-<h1>Statistik (<%=request%>)</h1>
+<h1>Statistik</h1>
<% for i, img in ipairs(images) do %>
<img src="<%=img:gsub("/tmp/rrdimg/OpenWrt","/img")%>" />