Bot auto-update: src/web_dashboard.py
This commit is contained in:
parent
9372cbb74d
commit
4cc93312bf
|
|
@ -128,7 +128,7 @@ async def root():
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||||
<title>Trading Bot V0.2</title>
|
||||
<title>Trading Bot V0.3</title>
|
||||
<style>
|
||||
:root {{
|
||||
--bg-primary: #1a1a1a;
|
||||
|
|
@ -490,7 +490,7 @@ tbody tr:active {{
|
|||
<div class="app-container">
|
||||
<div class="header">
|
||||
<div class="logo">💰 Trading Bot</div>
|
||||
<div class="version">V0.2 — Real-time Portfolio Dashboard</div>
|
||||
<div class="version">V0.3 — Real-time Portfolio (Fresh Cache + Local Min + Hard TP/SL) Dashboard</div>
|
||||
</div>
|
||||
|
||||
<div class="metrics-grid">
|
||||
|
|
|
|||
Loading…
Reference in New Issue