Skip to content

Commit 1627f74

Browse files
committed
add link to 6+ months dedicated VM's
1 parent 6b91816 commit 1627f74

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/packages/frontend/compute/menu.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,14 @@ function getItems({
236236
</A>
237237
),
238238
},
239+
{
240+
type: "divider",
241+
},
242+
{
243+
key: "dedicated",
244+
icon: <Icon name="bank" />,
245+
label: "Dedicated Always On Server for 6+ Months...",
246+
},
239247
],
240248
};
241249

@@ -494,6 +502,14 @@ export default function Menu({
494502
});
495503
break;
496504

505+
case "dedicated":
506+
openSupportTab({
507+
type: "question",
508+
subject: `Compute Server (Global Id: ${id}; Project Specific Id: ${title?.project_specific_id})`,
509+
body: `I need a dedicated always on compute server for at least 6 months, and am interested in significant discounts.\nI would love to tell you about my problem, and see if CoCalc can help!`,
510+
});
511+
break;
512+
497513
default:
498514
setError(`not implemented -- '${cmd}'`);
499515
}

0 commit comments

Comments
 (0)