diff options
author | Johannes Zellner <johannes@cloudron.io> | 2018-05-17 15:08:52 +0200 |
---|---|---|
committer | Johannes Zellner <johannes@cloudron.io> | 2018-05-17 15:08:52 +0200 |
commit | fca411ed205933fe9ecf56de45c53d42369ce742 (patch) | |
tree | 202f5879d8526a084f5d3c39afc6822a5c795b7b /frontend | |
parent | ddd8caef757c203e51fef65006e3066df90760a9 (diff) | |
download | Surfer-fca411ed205933fe9ecf56de45c53d42369ce742.tar.gz Surfer-fca411ed205933fe9ecf56de45c53d42369ce742.tar.zst Surfer-fca411ed205933fe9ecf56de45c53d42369ce742.zip |
Do not prematurely show the back button
Diffstat (limited to 'frontend')
-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 fc127ac..0ef1bf5 100644 --- a/frontend/index.html +++ b/frontend/index.html | |||
@@ -40,7 +40,7 @@ | |||
40 | <div style="padding: 7px;"> | 40 | <div style="padding: 7px;"> |
41 | <span>Surfer</span> | 41 | <span>Surfer</span> |
42 | </div> | 42 | </div> |
43 | <div> | 43 | <div v-show="session.valid"> |
44 | <el-button type="primary" size="small" icon="el-icon-arrow-left" :disabled="!pathParts.slice(-1).length" @click="onUp"></el-button> | 44 | <el-button type="primary" size="small" icon="el-icon-arrow-left" :disabled="!pathParts.slice(-1).length" @click="onUp"></el-button> |
45 | </div> | 45 | </div> |
46 | <div style="flex-grow: 2; padding: 0 7px;" v-show="session.valid"> | 46 | <div style="flex-grow: 2; padding: 0 7px;" v-show="session.valid"> |