]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Set correct colspan for empty folder label
authorJohannes Zellner <johannes@cloudron.io>
Thu, 9 Feb 2017 14:18:11 +0000 (15:18 +0100)
committerJohannes Zellner <johannes@cloudron.io>
Thu, 9 Feb 2017 14:18:11 +0000 (15:18 +0100)
frontend/index.html

index 4d94a8308a6e46f40a8acee1364c5a33c53b0438..5374339945b588b554062b8ed9cfad17c43453f7 100644 (file)
                     </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>