aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish@cloudron.io>2019-10-17 16:08:41 -0700
committerGirish Ramakrishnan <girish@cloudron.io>2019-10-17 16:08:41 -0700
commitf14ea69e2a6b751fd515929a1fc439197ab67523 (patch)
tree85a7f79fafea1ea884432a6ec4aa35699fbb0daf
parent36e6a99e671e2b7fe03d3a697eec247cb66ffa19 (diff)
downloadSurfer-f14ea69e2a6b751fd515929a1fc439197ab67523.tar.gz
Surfer-f14ea69e2a6b751fd515929a1fc439197ab67523.tar.zst
Surfer-f14ea69e2a6b751fd515929a1fc439197ab67523.zip
Typo
-rw-r--r--frontend/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 24087e9..2e8ce2f 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -38,7 +38,7 @@
38 38
39 <el-dialog title="Access Tokens" :visible.sync="accessTokensDialogVisible" width="40%"> 39 <el-dialog title="Access Tokens" :visible.sync="accessTokensDialogVisible" width="40%">
40 Access tokens are useful to programmatically deploy assets for example within a CI/CD pipeline. 40 Access tokens are useful to programmatically deploy assets for example within a CI/CD pipeline.
41 See the [docs](https://cloudron.io/documentation/apps/surfer/) for more information on how to use this token. 41 See the <a href="https://cloudron.io/documentation/apps/surfer/" target="_blank">docs</a> for more information on how to use this token.
42 <br/> 42 <br/>
43 <br/> 43 <br/>
44 <el-alert title="Tokens are shared between all users." type="warning" show-icon :closable="false"></el-alert> 44 <el-alert title="Tokens are shared between all users." type="warning" show-icon :closable="false"></el-alert>