* ffluci/statistics: diagram model updates, added ping to genconfig, fixed random...
[project/luci.git] / applications / luci-statistics / src / view / public_statistics / graph.htm
1 <%+header%>
2
3 <h1>Statistik</h1>
4
5 <% for i, img in ipairs(images) do %>
6         <img src="<%=img:gsub("/tmp/rrdimg/OpenWrt","/img")%>" />
7 <% end %>
8
9 <%+footer%>