diff options
Diffstat (limited to 'frontend/index.html')
-rw-r--r-- | frontend/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html index 4d94a83..5374339 100644 --- a/frontend/index.html +++ b/frontend/index.html | |||
@@ -172,7 +172,7 @@ | |||
172 | </thead> | 172 | </thead> |
173 | <tbody> | 173 | <tbody> |
174 | <tr v-show="entries.length === 0"> | 174 | <tr v-show="entries.length === 0"> |
175 | <th><i>Empty folder</i></th> | 175 | <th colspan="5"><i>Empty folder</i></th> |
176 | </tr> | 176 | </tr> |
177 | <tr v-for="entry in entries" v-on:click="open(entry)" class="hand"> | 177 | <tr v-for="entry in entries" v-on:click="open(entry)" class="hand"> |
178 | <th> | 178 | <th> |