applications/luci-statistics: display all instances on index pages, introduce is_inde...
[project/luci.git] / applications / luci-statistics / luasrc / view / public_statistics / graph.htm
index c0fbfb4..dfe47b3 100644 (file)
@@ -31,7 +31,9 @@ $Id$
 
 <div style="text-align: center">
        <% for i, img in ipairs(images) do %>
+               <% if is_index then %><a href="<%=pcdata(images[img])%>"><% end %>
                <img src="<%=REQUEST_URI%>?img=<%=img%>" />
+               <% if is_index then %></a><% end %>
                <br />
        <% end %>
 </div>