-
Notifications
You must be signed in to change notification settings - Fork 89
Add Frontend Support for Peer Debug Bundle Trigger and History #485
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
base: main
Are you sure you want to change the base?
Conversation
|
I removed the disable button when the peer is not connected because the API already returns a 400 error in that case. Handling it this way is safer since it prevents users from triggering an invalid action in the first place. For jobs, the idea is that we’ll eventually support multiple job types, each with different result and params. Right now we can keep it result like this or create a dedicated component for each job type’s result so we can customize the display more easily. |
… for upload key, show error reason in tooltip


This PR completes the frontend implementation for the Debug Bundle feature, allowing administrators and owners to remotely trigger debug jobs from the dashboard instead of relying on CLI commands.
issues netbirdio/netbird#4354
related PR
netbirdio/netbird#4367
netbirdio/netbird#4418
netbirdio/netbird#4428
10.1.mp4