aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish@cloudron.io>2019-10-17 16:05:53 -0700
committerGirish Ramakrishnan <girish@cloudron.io>2019-10-17 16:05:53 -0700
commit36e6a99e671e2b7fe03d3a697eec247cb66ffa19 (patch)
tree6017ad1159e4af87215ee80fc2d044183bd593db
parent8878114409ad6de95d62029e5fa8f0eaefc8bf40 (diff)
downloadSurfer-36e6a99e671e2b7fe03d3a697eec247cb66ffa19.tar.gz
Surfer-36e6a99e671e2b7fe03d3a697eec247cb66ffa19.tar.zst
Surfer-36e6a99e671e2b7fe03d3a697eec247cb66ffa19.zip
link to surfer docs instead
-rw-r--r--frontend/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 920f8cc..24087e9 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -36,9 +36,9 @@
36 </span> 36 </span>
37 </el-dialog> 37 </el-dialog>
38 38
39 <el-dialog title="Access Tokens" :visible.sync="accessTokensDialogVisible" width="30%"> 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 For this they can be used with the surfer <a href="https://www.npmjs.com/package/cloudron-surfer" target="_blank">cli tool</a> or using the Api directly. 41 See the [docs](https://cloudron.io/documentation/apps/surfer/) 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>