Skip to content

Commit b8c79ca

Browse files
authored
nCPUs -> vCPUs (#2198)
1 parent f7fb90a commit b8c79ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/CapacityBars.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const CapacityBars = ({
2727
<CapacityBar
2828
icon={<Cpu16Icon />}
2929
title="CPU"
30-
unit="nCPUs"
30+
unit="vCPUs"
3131
provisioned={provisioned.cpus}
3232
capacity={allocated.cpus}
3333
includeUnit={false}

app/forms/silo-create.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export function CreateSiloSideModalForm() {
113113
label="CPU quota"
114114
name="quotas.cpus"
115115
required
116-
units="nCPUs"
116+
units="vCPUs"
117117
validate={validateQuota}
118118
/>
119119
<NumberField

0 commit comments

Comments
 (0)