added changing model when configuring for BOS S9s
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
<script>
|
||||
if (!window.WebSocket) alert("WebSocket not supported by this browser");
|
||||
var ws = new WebSocket("ws://{{request.url.hostname}}:80/dashboard/ws");
|
||||
var ws = new WebSocket("ws://{{request.url.hostname}}:10000/dashboard/ws");
|
||||
let all_data = []
|
||||
let all_labels = []
|
||||
ws.onmessage = function(event) {
|
||||
|
||||
Reference in New Issue
Block a user