feat(devices): enable device network settings in cloud mode#3396
Draft
shaoboon wants to merge 2 commits into
Draft
feat(devices): enable device network settings in cloud mode#3396shaoboon wants to merge 2 commits into
shaoboon wants to merge 2 commits into
Conversation
Add a Network Settings tab to the device view for managing wired and wireless network configuration directly on a device. Wired: - View link/IP details and IEEE 802.1x status - Configure DHCP or static IP, with IP synchronization Wireless: - View link/IP details and toggle Wi-Fi state - Manage local and UEFI profile synchronization - Create, edit and delete wireless profiles (sorted by priority) - Support PSK and IEEE 802.1x auth; for 802.1x, PEAP uses a password and EAP-TLS uploads client certificate, private key and optional CA certificate (uploaded as base64 DER, matching the backend) Add the corresponding DevicesService endpoints, request/response models. Includes unit tests for the new service methods and component. Resolves: #3353
moved deviceDetail networkSettings component out of not cloud mode Resolves: #3376
292bffc to
d94a3f4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
What are you changing?
moved deviceDetail networkSettings component out of not cloud mode
Resolves: #3376
Anything the reviewer should know when reviewing this PR?
If the there are associated PRs in other repositories, please link them here (i.e. device-management-toolkit/repo#365 )