-
Notifications
You must be signed in to change notification settings - Fork 405
Allow user to show/hide internal commands in ui #2937
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
Allow user to show/hide internal commands in ui #2937
Conversation
✅ Deploy Preview for devspace-docs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
237ccd3 to
73bbc82
Compare
ui/src/pages/commands/commands.tsx
Outdated
| }; | ||
|
|
||
| render() { | ||
| let commands = this.props.devSpaceConfig.config.commands; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about that.
Trusting typescript is always dodgy.
Give it another try.
Signed-off-by: Demetris Manikas <[email protected]>
Signed-off-by: Demetris Manikas <[email protected]>
33869b3 to
aba7119
Compare
|
Hi. |
zerbitx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Got a chance to test this out this morning.

**What issue type does this pull request address?
/kind feature
What does this pull request do? Which issues does it resolve? (use
resolves #<issue_number>if possible)resolves #2923
Please provide a short message that should be published in the DevSpace release notes
Allow users to toggle the visibility of internal commands in the ui
What else do we need to know?