fix(dashboard): запас дней по paidUntil вместо balance/burn
Docker / build (push) Failing after 20s

Переименован Runway в «Запас дней»; минимум дней до оплаты активных VPS.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-07-20 00:47:28 +07:00
co-authored by Cursor
parent b7a4a10333
commit d25beec289
4 changed files with 133 additions and 17 deletions
@@ -142,7 +142,7 @@ export function SystemMonitorPopover() {
},
{
id: 'runway',
label: 'Runway',
label: 'Запас дней',
value: runwayDays != null ? String(runwayDays) : '—',
unit: runwayDays != null ? 'дн' : '',
percent:
+1 -1
View File
@@ -307,7 +307,7 @@ function DashboardPage() {
},
{
id: 'runway',
label: 'Runway',
label: 'Запас дней',
value: runwayDays != null ? `${runwayDays} дн` : '—',
icon: <ClockIcon className="size-4" />,
iconClassName: runwayLow ? 'text-warning' : 'text-muted-foreground',