feat(ui): graph on d3-force with steady labels, quieter quota text, flat rail
This commit is contained in:
@@ -111,12 +111,14 @@
|
||||
{fmtCountdown(w.resets_at, now).replace("resets ", "")}
|
||||
</span>
|
||||
</span>
|
||||
<span class="tabular text-muted-foreground text-xs">
|
||||
<span
|
||||
class="tabular text-muted-foreground text-xs"
|
||||
title="through the gateway this window · last report {fmtRelative(w.ts, now)}"
|
||||
>
|
||||
{fmtTokens(
|
||||
w.gateway.input + w.gateway.output + w.gateway.cache_creation
|
||||
)}
|
||||
through here · {fmtMoney(w.gateway.cost_usd)} · seen
|
||||
{fmtRelative(w.ts, now)}
|
||||
· {fmtMoney(w.gateway.cost_usd)}
|
||||
</span>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user