- Health panel relocated below Backtest (last section) per owner — it's operational detail, not an investment view. - scheduler._load_source_health now returns only the LATEST entry per source key (was returning the full refresh history, so siamchart_vintages and price_snapshot appeared as 2 rows). Verified: 11 sources / 11 unique rows. - frontend v-for drops slice(0,20) and keys by source key. Verified in-browser: #health is the last section; 11 unique source rows.
15 lines
450 B
HTML
15 lines
450 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#0b1018" />
|
|
<title>SET50 Signal Lab</title>
|
|
<script type="module" crossorigin src="/assets/index-C2MF9WUu.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-BiR2h3Pv.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|