I saw that you added the “(deleted X days ago)” which is great.
An improvement you could make is having the CPU usage seconds aligned to the right (instead of left) and having a visual separator for thousands. Like in accounting documents (invoices, etc).
Right now it’s difficult to parse these numbers and compare them.
This is for me to compute the monthly usage bill for the user.
To summarize, at the end of the month, Stripe sends a webhook saying the user’s invoice was created. I’d then query fly.io for each app’s uptime inside the invoice’s time range. I’d then update the invoice with the returned uptime. Stripe would multiply the uptime by the rate I charge per hour for the product.