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 <hannu.nyman@iki.fi>
(cherry picked from commit 298f838d39
)
This commit is contained in:
parent
ae565bc393
commit
71f669b3bd
1 changed files with 0 additions and 2 deletions
|
@ -29,9 +29,7 @@
|
|||
|
||||
<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%>&host=<%=current_host%>" />
|
||||
<% if is_index then %></a><% end %>
|
||||
<br />
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue