diff options
Diffstat (limited to 'webapp')
-rw-r--r-- | webapp/src/index.html | 23 |
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> |