Applies default css for tables to available bundles. (#711)

Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
This commit is contained in:
michael vincerra
2019-08-07 18:49:13 -07:00
committed by GitHub
parent 2898310fae
commit 3f2ff7321a
+4 -5
View File
@@ -8,7 +8,8 @@
</head>
<body>
<table id="bundletable">
<div class="wy-table-responsive">
<table class="colwidths-given docutils">
<thead>
<tr>
@@ -23,10 +24,7 @@
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
</tr>
{% for d in data %}
{% if d.url %}
<tr id="bundle">
@@ -50,6 +48,7 @@
{% endfor %}
</tbody>
</table>
</div>
</body>
</html>