diff options
-rw-r--r-- | frontend/index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/index.html b/frontend/index.html index 206e214..e9775e8 100644 --- a/frontend/index.html +++ b/frontend/index.html | |||
@@ -150,13 +150,6 @@ | |||
150 | </tr> | 150 | </tr> |
151 | </thead> | 151 | </thead> |
152 | <tbody> | 152 | <tbody> |
153 | <tr v-show="path !== '/'" v-on:click="up()" class="hand"> | ||
154 | <th><i class="fa fa-chevron-up"></i></th> | ||
155 | <th>..</th> | ||
156 | <th></th> | ||
157 | <th></th> | ||
158 | <th></th> | ||
159 | </tr> | ||
160 | <tr v-for="entry in entries" v-on:click="open(entry)" class="hand"> | 153 | <tr v-for="entry in entries" v-on:click="open(entry)" class="hand"> |
161 | <th> | 154 | <th> |
162 | <img v-bind:src="entry.previewUrl" height="48px" width="48px"/> | 155 | <img v-bind:src="entry.previewUrl" height="48px" width="48px"/> |