feat: graphs

This commit is contained in:
2025-03-05 16:26:04 +00:00
parent b52735a0a4
commit 7ba2659fbf
6 changed files with 494 additions and 4 deletions

View File

@ -139,6 +139,9 @@ export default function VmPage() {
<AsyncButton onClick={() => navigate("/vm/billing", { state })}>
Billing
</AsyncButton>
<AsyncButton onClick={() => navigate("/vm/graphs", { state })}>
Graphs
</AsyncButton>
</div>
{/*
{!term && <AsyncButton onClick={openTerminal}>Connect Terminal</AsyncButton>}