test feature change commited to branch

This commit is contained in:
David Brazda
2023-11-26 11:03:00 +01:00
parent 704a3e46a7
commit 8726eccb78

View File

@ -1049,7 +1049,7 @@ function chart_archived_run(archRecord, data, oneMinuteBars) {
$("#statusIlog").text("Logged:" + archRecord.ilog_save)
$("#statusStratvars").text(((archRecord.strat_json)?archRecord.strat_json:archRecord.stratvars),null,2)
$("#statusSettings").text(JSON.stringify(archRecord.settings,null,2) + JSON.stringify(data.ext_data,null,2))
//TBD other dynamically created indicators
//TBD other dynamically created indicators //test
}