-
Notifications
You must be signed in to change notification settings - Fork 59
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
[navigation]feat: remove useless registration of Notebook to analytics nav group #2044
[navigation]feat: remove useless registration of Notebook to analytics nav group #2044
Conversation
Signed-off-by: SuZhou-Joe <[email protected]>
It would be better that we can get this fix merged to 2.x. Maintainers please help to add backport 2.x label. |
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.
Does it also need to be removed from security-analytics? I haven't seen any new guidance.
Thanks for the fix.
@TackAdam No, it should still sit under |
Signed-off-by: SuZhou-Joe <[email protected]> (cherry picked from commit df6266a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: SuZhou-Joe <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
Description
Notebook is registered under analytics nav group by accident, this PR is to fix that. Notebook will still be visible under observability nav group.
Before fix
After fix
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.