sapcc / elektra

An opinionated openstack Web UI for consumer self service and operations.
Apache License 2.0
74 stars 28 forks source link

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

Open edda opened 2 months ago

edda commented 2 months ago

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 commented 1 month ago

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