We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of hiding "Deploy" for Serverless Functions when the user is not logged into a cluster, we should always show "Deploy".
This should be easy to implement, since we have the @clusterRequired decoration, which will prompt the user to log in if necessary.
@clusterRequired
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Instead of hiding "Deploy" for Serverless Functions when the user is not logged into a cluster, we should always show "Deploy".
This should be easy to implement, since we have the
@clusterRequired
decoration, which will prompt the user to log in if necessary.The text was updated successfully, but these errors were encountered: