-
Notifications
You must be signed in to change notification settings - Fork 239
feat(ui): Enable reboot of device (#421) #505
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great
| <div className="mt-2 flex items-center justify-between gap-x-2"> | ||
| <SettingsItem | ||
| title="Reboot Device" | ||
| description="Power cycle the JetKVM" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not actually power-cycling, though - it's only rebooting the OS - not the same.
|
+1 |
Build from source, or wait for a future release that includes this feature. |

Basic reboot for the JetKVM device within the settings page.
No handling of after the reboot happens from the UI due to it being a disruptive path.
This could be a future improvement were it polls for the device to be responsive again if known to be on the same IP address.