return
}
fd.WriteString("# XDS project settings\n")
- fd.WriteString("export XDS_SERVER_URL=" + c.Request.Host + "\n")
+ fd.WriteString("export XDS_AGENT_URL=" + c.Request.Host + "\n")
fd.WriteString("export XDS_PROJECT_ID=" + newFld.ID + "\n")
if newFld.DefaultSdk == "" {
sdks := s.sdks.GetAll()
XDS Server
</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
-
<link rel="stylesheet" href="font-awesome.min.css">
<style>
<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>