diff options
author | Johannes Zellner <johannes@cloudron.io> | 2017-02-05 08:59:40 -0800 |
---|---|---|
committer | Johannes Zellner <johannes@cloudron.io> | 2017-02-05 08:59:40 -0800 |
commit | 4b6cf0add4f4f89671f4553a9672a01fbb485df1 (patch) | |
tree | edf3a8599be0dbdea2e06599d67778cbaa7e6cef /frontend | |
parent | a6bb6a4ba67570ba22d06902cbb7fa894901e2fa (diff) | |
download | Surfer-4b6cf0add4f4f89671f4553a9672a01fbb485df1.tar.gz Surfer-4b6cf0add4f4f89671f4553a9672a01fbb485df1.tar.zst Surfer-4b6cf0add4f4f89671f4553a9672a01fbb485df1.zip |
Remove cluttered .. up table item
Diffstat (limited to 'frontend')
-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"/> |