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

[Feature](elektra): server hard reset shouldn't be tied to the web console #1423

Open
edda opened this issue Sep 28, 2024 · 1 comment
Open

Comments

@edda
Copy link
Collaborator

edda commented Sep 28, 2024

Description
The only way to hard reset a server from Elektra is via the top of the webconsole view. If the webconsole is slow to load or doesn't load then the button isn't shown because loading the console blocks the rest of the view from rendering.

Proposed Solution
We should ideally do two things:

  1. add hard reset action to normal server actions in server list view
  2. load the console asynchronously so that the top part of the webconsole view with the buttons renders even if the console itself is slow
@hgw77
Copy link
Collaborator

hgw77 commented Oct 15, 2024

The web console appeared as a blank white page due to an error in the service call responsible for retrieving the remote console URL. This issue has now been addressed. The error is now properly handled, and the web console page renders with an error message received from the API. This improvement ensures that users are informed of any issues rather than encountering an unresponsive blank page.

Image

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

No branches or pull requests

2 participants