From 71f669b3bd3cfeb38bed95939a27eb623812609e Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sun, 30 Apr 2017 11:11:18 +0300 Subject: luci-app-statistics: remove non-functional links from graphs The statistics graphs on the pages with multiple data sources have contained links to the data sources, but those links have not worked. Remove the links as they are unnecessary. This commit fixes #1006 Signed-off-by: Hannu Nyman (cherry picked from commit 298f838d390a7ad032405ecdf34085bdde3fe2a4) --- .../luci-app-statistics/luasrc/view/public_statistics/graph.htm | 2 -- 1 file changed, 2 deletions(-) (limited to 'applications') diff --git a/applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm b/applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm index ebc78badb..85a20d993 100644 --- a/applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm +++ b/applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm @@ -29,9 +29,7 @@
<% for i, img in ipairs(images) do %> - <% if is_index then %><% end %> - <% if is_index then %><% end %>
<% end %>
-- cgit v1.2.3