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:
parent
f14d070ed9
commit
61cda4a2e3
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user