feat(metrics): extend history bucket options to include 12h, 24h, and 48h intervals (#5467)

This commit is contained in:
shazzreab
2026-06-21 23:29:22 +08:00
committed by GitHub
parent 6f05c0a492
commit 648fc69cb1
3 changed files with 16 additions and 11 deletions
@@ -213,6 +213,9 @@ export default function SystemHistoryModal({ open, status, onClose }: SystemHist
{ value: 120, label: '2h' },
{ value: 180, label: '3h' },
{ value: 300, label: '5h' },
{ value: 720, label: '12h' },
{ value: 1440, label: '24h' },
{ value: 2880, label: '48h' },
]}
/>
</div>