diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-06-01 03:12:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-06-01 03:12:48 +0000 |
commit | 1da5feb9f720fd48a886aad09df91bd8cc9df4c8 (patch) | |
tree | 37f7409317502086de0b5fc3fdca7fbbb03d165a /applications/luci-statistics/luasrc/view/public_statistics | |
parent | 9688e102c4c1bc9c9c816797826d86189c94a430 (diff) |
* luci/statistics: let rrdtool.lua use values from the configuration, added irq diagram model
Diffstat (limited to 'applications/luci-statistics/luasrc/view/public_statistics')
-rw-r--r-- | applications/luci-statistics/luasrc/view/public_statistics/graph.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/luasrc/view/public_statistics/graph.htm b/applications/luci-statistics/luasrc/view/public_statistics/graph.htm index 093d76d0e4..effe0c4016 100644 --- a/applications/luci-statistics/luasrc/view/public_statistics/graph.htm +++ b/applications/luci-statistics/luasrc/view/public_statistics/graph.htm @@ -3,7 +3,7 @@ <h1>Statistik</h1> <% for i, img in ipairs(images) do %> - <img src="<%=img:gsub("/tmp/rrdimg/OpenWrt","/img")%>" /> + <img src="/img/<%=img%>" /> <% end %> <%+footer%> |