We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fb90a commit b8c79caCopy full SHA for b8c79ca
app/components/CapacityBars.tsx
@@ -27,7 +27,7 @@ export const CapacityBars = ({
27
<CapacityBar
28
icon={<Cpu16Icon />}
29
title="CPU"
30
- unit="nCPUs"
+ unit="vCPUs"
31
provisioned={provisioned.cpus}
32
capacity={allocated.cpus}
33
includeUnit={false}
app/forms/silo-create.tsx
@@ -113,7 +113,7 @@ export function CreateSiloSideModalForm() {
113
label="CPU quota"
114
name="quotas.cpus"
115
required
116
- units="nCPUs"
+ units="vCPUs"
117
validate={validateQuota}
118
/>
119
<NumberField
0 commit comments