Commit b5d7d8f2 by Johannes Zellner

Set correct colspan for empty folder label

1 parent 906f293e
Showing with 1 additions and 1 deletions
......@@ -172,7 +172,7 @@
</thead>
<tbody>
<tr v-show="entries.length === 0">
<th><i>Empty folder</i></th>
<th colspan="5"><i>Empty folder</i></th>
</tr>
<tr v-for="entry in entries" v-on:click="open(entry)" class="hand">
<th>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!