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

feat: restart informers from Node empty page #9491

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

feloy
Copy link
Contributor

@feloy feloy commented Oct 21, 2024

Signed-off-by: Philippe Martin [email protected]

What does this PR do?

Frontend part of #8341

Adds a Check connection now to the Nodes list page when the context is not reachable.

This is a work in progress, and can be used to test the backend part #9487

Screenshot / video of UI

What issues does this PR fix or reference?

How to test this PR?

  • Tests are covering the bug fix or the new feature

</script>

<EmptyScreen icon={NodeIcon} title="No nodes" message={text} />
<EmptyScreen icon={NodeIcon} title="No nodes" message={text}>
<button onclick={checkContext}>Check connection now</button>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we don't need the now as the button implies that it would be when we click on it

method being refresh then maybe just Refresh

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also do we need to see the button if there is no context ? as we only do the refresh in case of a context

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really to test the backend part, I'm not sure at all if it will be the implementation we want to do in the frontend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants