Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: hide runtime specifications select for self-hosted. #1755

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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:32 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: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

@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:32 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..

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.

2 participants