We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46aad2 commit 24fa683Copy full SHA for 24fa683
assets/vue/KnownProducts.vue
@@ -37,7 +37,7 @@
37
</thead>
38
<tbody v-if="products === null">
39
<tr>
40
- <td id="all-done" colspan="2"><i class="fas fa-sync fa-spin"></i> Loading products...</td>
+ <td id="all-done" colspan="4"><i class="fas fa-sync fa-spin"></i> Loading products...</td>
41
</tr>
42
</tbody>
43
<tbody v-else-if="products.length > 0">
0 commit comments