Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Update title with unit for throughput and size fields in schemaFields.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 committed Mar 19, 2024
1 parent d04245a commit 1a670fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/distroSettings/tabs/ProviderTab/schemaFields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,11 @@ const mountPoints = {
},
throughput: {
type: "number" as "number",
title: "Throughput",
title: "Throughput (MiB/s)",
},
size: {
type: "number" as "number",
title: "Size",
title: "Size (GB)",
},
},
},
Expand Down

0 comments on commit 1a670fa

Please sign in to comment.