-
Notifications
You must be signed in to change notification settings - Fork 174
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
Revert "Remove MDS selector for tenancy tab" #1943
Conversation
This reverts commit 9d0f262.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1943 +/- ##
==========================================
- Coverage 69.94% 69.91% -0.03%
==========================================
Files 97 97
Lines 2505 2506 +1
Branches 343 336 -7
==========================================
Hits 1752 1752
- Misses 672 673 +1
Partials 81 81 ☔ View full report in Codecov by Sentry. |
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.
Looks fine but is there context here?
Why are we reverting this? |
Added context in the description |
Thank you for updating the description @derek-ho ! |
@derek-ho Can you check code-cov failures once to determine if any tests are necessary? |
I think it's fine, the test change also works and its a one-liner. Merging as is. |
This reverts commit 9d0f262. Co-authored-by: Darshit Chanpura <[email protected]> (cherry picked from commit 37c2695)
This reverts commit 9d0f262. Co-authored-by: Darshit Chanpura <[email protected]> (cherry picked from commit 37c2695) Co-authored-by: Derek Ho <[email protected]>
Reverts #1937
Edit: Adding more context here. The reason for this revert is @kgcreative's comment here: #1933 (comment). Ideally, this tab should have the picker locked to the local cluster to maintain the same look across the plugin. Core doesn't have any plan to implement this, so we will add this back, and call it a user mis-configuration if that decide to hide the local cluster. Since security plugin is more of an admin view, when they visit they should have local cluster enabled.