Переименован Runway в «Запас дней»; минимум дней до оплаты активных VPS. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -142,7 +142,7 @@ export function SystemMonitorPopover() {
|
||||
},
|
||||
{
|
||||
id: 'runway',
|
||||
label: 'Runway',
|
||||
label: 'Запас дней',
|
||||
value: runwayDays != null ? String(runwayDays) : '—',
|
||||
unit: runwayDays != null ? 'дн' : '',
|
||||
percent:
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user