Label dashboard positions from monitor sources with priority.
Match hedge/roll/trend/order/key monitors for source badges, show option target monitors in green, and refresh the dashboard with the board 5s cycle. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -330,6 +330,8 @@ async def _run_board_aggregate() -> dict:
|
||||
await asyncio.to_thread(record_fund_snapshot_from_board, body.get("rows") or [])
|
||||
except Exception:
|
||||
pass
|
||||
# 监控聚合完成即唤醒数据看板,持仓来源与监控 5s 同步.
|
||||
dashboard_store.request_refresh()
|
||||
return {"ok": True, **body}
|
||||
except asyncio.TimeoutError:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user