aboutsummaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-04 11:34:57 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-05 11:10:35 +0100
commitaafb8edbef7a285fd4937336f31d8e06e1fa0dca (patch)
treea2d5cb79f3325270ed13cfe44712f46ceff515ce /webapp
parent40d77d7b1d1b41bd1f2f5a00037d21858114e188 (diff)
Fixed default xds-agent port number and env var (XDS_AGENT_URL)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'webapp')
-rw-r--r--webapp/src/index.html23
1 files changed, 14 insertions, 9 deletions
diff --git a/webapp/src/index.html b/webapp/src/index.html
index 45ac90d..3109d2e 100644
--- a/webapp/src/index.html
+++ b/webapp/src/index.html
@@ -5,7 +5,6 @@
XDS Server
</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
-
<link rel="stylesheet" href="font-awesome.min.css">
<style>
@@ -58,38 +57,44 @@
<h1 id="title">X(cross) Development System</h1>
- <h2>Please start XDS agent on your machine<br> and
+ <h2>Please start XDS agent on your machine
+ <br> and
<br> connect to XDS Dashboard
</h2>
<button id="dashbButton">
- Try to connect to dashboard<br>
- http://localhost:8000
+ Try to connect to dashboard
+ <br> http://localhost:8800
</button>
<script type="text/javascript">
document.getElementById("dashbButton").onclick = function () {
- location.href = "http://localhost:8000";
+ location.href = "http://localhost:8800";
};
</script>
<i style="font:xx-small;">(URL may depend on your configuration)</i>
- <br><br><br>
+ <br>
+ <br>
+ <br>
<h2>For more information, please refer to XDS User's Guide:</h2>
<ul>
<li>
<a href="http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/1_install-client.html">
- Install instructions <i class="fa fa-external-link" aria-hidden="true"></i>
+ Install instructions
+ <i class="fa fa-external-link" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="http://docs.automotivelinux.org/docs/devguides/en/dev/#xcross-development-system-user's-guide">
- Online User's guide <i class="fa fa-external-link" aria-hidden="true"></i>
+ Online User's guide
+ <i class="fa fa-external-link" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="http://iot.bzh/download/public/2017/XDS/docs/XDS_UsersGuide.pdf">
- User's guide (PDF file) <i class="fa fa-external-link" aria-hidden="true"></i>
+ User's guide (PDF file)
+ <i class="fa fa-external-link" aria-hidden="true"></i>
</a>
</li>
</ul>