Wrap results on index.html in container div

All other projects on status.openstack.org are nicely
containerized for a similar look. Doing this for the
bugdaystats template as well.

Change-Id: I164fb98f48d5b0d7a69bd6cfb84793328bbdc202
This commit is contained in:
Elizabeth Krumbach Joseph 2014-03-28 12:30:41 -07:00
parent f14d070ed9
commit de4e917021
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
src="http://status.openstack.org/common.js"></script>
<script type="text/javascript">header('Bugday');</script>
{% endif %}
<DIV class="container">
<h1>Bugsquashing day stats</h1>
<TABLE BORDER=0>
{% for project in projects %}
@ -30,6 +31,7 @@
</IFRAME></TD></TR>
{% endfor %}
</TABLE>
</DIV>
{% if openstack_status %}
<script type="text/javascript">footer();</script>
{% endif %}