Add link to JSON file on index.html

A json file is generated for each service, link this to the main page
so it's discoverable.

Change-Id: I4dc17671cb1d96eb8cbfef1aaf4604d8cfa34cc0
This commit is contained in:
Elizabeth Krumbach Joseph 2014-03-28 12:52:39 -07:00
parent f14d070ed9
commit 61cda4a2e3
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@
</TD>
<TD><IFRAME SRC="{{ project.project }}.html" WIDTH="750"
HEIGHT="{{ project.height|default(230) }}" FRAMEBORDER=NO>
</IFRAME></TD></TR>
</IFRAME>
<BR><A HREF="{{ project.project }}-bug-stats.json">JSON FILE</A></TD></TR>
{% endfor %}
</TABLE>
{% if openstack_status %}