Skip to content

Commit e516b45

Browse files
committed
hub: more RAM options
1 parent a49867e commit e516b45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FormPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ const StepThree = ({ setFormData, defaultFormData }) => {
725725
setFormData={handleMemSelect}
726726
title="Memory"
727727
selectionText={"Select memory limit (in GB):"}
728-
numberOptions={[4, 8, 16, 32, 64, 128, 256]}
728+
numberOptions={[4, 8, 16, 32, 64, 128, 256, 512]}
729729
defaultSelect={defMem}
730730
></TileSelector>
731731
<FieldHeader

src/data/formData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const selectOptionsStorage = {
1919
export const images = {
2020
simple: {
2121
"minimalnb:02-01-2025-ai": "Minimal NB with AI",
22-
"minimalnb:11-04-2025-intelligence-ai": "Minimal NB with notebook-intelligence",
22+
"minimalnb:04-06-2025-intelligence-ai": "Minimal NB with notebook-intelligence",
2323
"minimalnb:01-02-2025": "Minimal NB with SSH access",
2424
"minimalnb-cs:31-10-2024": "Minimal NB with Integrated VS Code",
2525
"minimalnb-cs:17-11-2024-ai": "Minimal NB with Integrated VS Code and AI",

0 commit comments

Comments
 (0)