Skip to content

Conversation

@ChiragAgg5k
Copy link
Member

What does this PR do?

Hides runtime specifications selector for self-hosted.

Test Plan

Related PRs and Issues

Have you read the Contributing Guidelines on issues?

Yes.

@coolify-appwrite-org
Copy link

coolify-appwrite-org bot commented Mar 18, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-03-18 18:14:33 CET

@coolify-appwrite-org
Copy link

coolify-appwrite-org bot commented Mar 18, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-03-18 18:14:31 CET

required
disabled={specificationOptions.length < 1}
options={specificationOptions}
popover={isCloud && $organization?.billingPlan === BillingPlan.FREE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already isCloud here no?


Also lets move from doing a plan check to checking if the specification list only has one item [Free only has one]. @lohanidamodar makes sense?

required
disabled={specificationOptions.length < 1}
options={specificationOptions}
popover={$organization?.billingPlan === BillingPlan.FREE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above on what we decide.

placeholder="Select runtime specification"
bind:value={specification}
options={specificationOptions}
popover={$organization?.billingPlan === BillingPlan.FREE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same..

@ChiragAgg5k ChiragAgg5k closed this Jun 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants