-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt the Network UI to the HTTP/JSON API (#1116)
## Problem Recently, we have been adding an HTTP/JSON layer on top of the network configuration. Using this new API we should be able to: Display the active connections in the [NetworkSection](https://github.com/openSUSE/agama/blob/master/web/src/components/overview/NetworkSection.jsx) and the [ConnectionsTable](https://github.com/openSUSE/agama/blob/master/web/src/components/network/ConnectionsTable.jsx). Allow editing the configuration of those connections. - [*Trello Card*](https://trello.com/c/chdpfc4S/3619-8-basic-network-configuration-handling) ## Solution The UI has been adapted using the HTTP/JSON API and additing or updating a connections using it is now allowed. Although it was out of the scope, adding a Wireless connection is also allowed but in that case we are not listening to the DBUS events and not reacting properly, therefore, a refresh would be needed in order to see the added connection.
- Loading branch information
Showing
29 changed files
with
733 additions
and
625 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
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
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
Oops, something went wrong.