As a user I initially couldn't find "Change Active Project" #3812#3887
Merged
datho7561 merged 1 commit intoredhat-developer:mainfrom Feb 16, 2024
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3887 +/- ##
===========================================
+ Coverage 32.37% 45.45% +13.08%
===========================================
Files 85 85
Lines 6505 6560 +55
Branches 1349 1355 +6
===========================================
+ Hits 2106 2982 +876
+ Misses 4399 3578 -821 ☔ View full report in Codecov by Sentry. |
1338163 to
691dbae
Compare
…veloper#3812 In Application Explorer this: - removes 'Change Active Project' inline action from the Cluster tree item (but it's still shown for the Project tree item); - Adds 'Change Active Project' context menu item to the Cluster and Project tree items context menu. - Disables the k8s Context and Namespace status bar items and adds the similar OpenShift Tools own items that use OpenShift Tools own actions to switch context/change current project Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
691dbae to
ed500e2
Compare
Contributor
Author
datho7561
approved these changes
Feb 16, 2024
Contributor
datho7561
left a comment
There was a problem hiding this comment.
Looks good and works great! Thanks, Victor!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In Application Explorer this: