-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Author: runem4ker
Channel: #feedback
Link: https://discord.com/channels/1405685085923049482/1405686161791516873/1461389541184114802
Summary
Users searching for restart functionality in the web UI don't see a restart button or hint, making it unclear that the feature exists. This leads users to believe restarting VMs isn't possible through the UI.
Context
The restart command is available via SSH (restart <vm-name>), but there's no discoverability for this in the web UI. When users search for actions/features in the UI, they should either find a restart button or a helpful hint directing them to the correct method.
Suggestion
Consider adding:
- A restart button directly in the web UI, or
- A hint/help text when searching for restart-related actions that indicates where to find this functionality
This would improve discoverability and user experience.