-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(web2): ipv6 status information display (#4809)
* feat(web2): populate ipv6 status informations (WIP) * refactor: better name for method * fix(web2): check for auto config * fix: correct setting of subnet mask * fix(web2): wrong field overwrite * fix(web2): correctly populate dns fields * fix(web2): correct way to populate dns servers * revert(web2): original prettyPrintDnsServers method implementation * style(web2): fix formatting * fix(web2): Show read-only dns field when DHCP is selected and there are no custom DNS entries * fix(web2): Show read-only dns field when there are no custom DNS entrie * refactor(web2): moved DNS read-only visibility change in dedicated method * fix(web2): unable to restore emtpy custom DNS * fix(web2): fix on wrong assumption about config content
- Loading branch information
Showing
3 changed files
with
70 additions
and
32 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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