Skip to content
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

Discover should not be visible for the Integration console #188

Open
tadayosi opened this issue Nov 13, 2023 · 2 comments
Open

Discover should not be visible for the Integration console #188

tadayosi opened this issue Nov 13, 2023 · 2 comments

Comments

@tadayosi
Copy link
Member

Discover should be provided only for the Online console, which is the entrance view for Hawtio Online. Once it's connected to a specific pod, Discover should be disabled.

image

@phantomjinx
Copy link
Member

phantomjinx commented Dec 6, 2023

Disabling the Discover plugin will result in the dropdown being removed as well.

We currently do not have the API in hawtio/react to create a separate plugin that just provides the DropDown.

  • The Plugin API requires a title & component. Can set the component to () -> null but no workaround to title;
  • HawtioSidebar lists all plugins that implement the Plugin interface

Do we change the API at this stage?

@tadayosi
Copy link
Member Author

tadayosi commented Dec 7, 2023

@phantomjinx OK, I understand the issue now. So we need to extend the plugin API, but yeah let's do it after we release GA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants