From 48c08d759a5256a6be2c0c079b2ff25229f0cf65 Mon Sep 17 00:00:00 2001 From: David Brazda Date: Tue, 9 May 2023 16:06:16 +0200 Subject: [PATCH] bugfixy --- v2realbot/static/js/livewebsocket.js | 2 +- v2realbot/static/js/mytables.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v2realbot/static/js/livewebsocket.js b/v2realbot/static/js/livewebsocket.js index 4906e9c..da0dc1d 100644 --- a/v2realbot/static/js/livewebsocket.js +++ b/v2realbot/static/js/livewebsocket.js @@ -22,7 +22,7 @@ function populate_rt_status_header(runnerId) { success:function(data){ //console.log(JSON.stringify(data)) //add status on chart - $("#statusRegime").text("REALTIME") + $("#statusRegime").text("REALTIME: "+data.id) $("#statusName").text(data.run_name) $("#statusMode").text(data.run_mode) $("#statusAccount").text(data.run_account) diff --git a/v2realbot/static/js/mytables.js b/v2realbot/static/js/mytables.js index 9995dc1..18e6cb0 100644 --- a/v2realbot/static/js/mytables.js +++ b/v2realbot/static/js/mytables.js @@ -149,7 +149,7 @@ $(document).ready(function () { console.log(timestamp) //trade contains filtered condition or size' + timestamp + '' + tradeLine.price + '' + '' + tradeLine.size + '' + tradeLine.id + '' +