-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(web): storage config model (#1718)
The UI components should be agnostic to the structure and complexity of the storage config. Add a Config model to deal with the storage config. The model generates objects (e.g., `Drive`, `Partition`, etc) from the config data. This makes easier for the UI components to read and modify the config data.
- Loading branch information
Showing
18 changed files
with
1,540 additions
and
157 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
Oops, something went wrong.