-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Disk image profile management using a sidecar config file #242
Conversation
rdmark
commented
Sep 18, 2021
- Disk profiles kept in src/web/sidecars.json in json format
- New page that lists disk profiles and allows you to create image+sidecar pairs
- Implements file creation/deletion using new protobuf interface
- Fleshes out the Daynaport attaching UI
…reserved on the backend side
…te, which caused front and backend to get out of sync in certain cases.
Note that this includes changes from @uweseimet 's feature_image_creation branch. I will let him merge these changes to develop first, and then rebase my PR afterwards. |
@uweseimet @erichelgeson Note that I changed the generated properties file suffix to '.properties' from '.rascsi' to make it a bit clearer what the purpose of those files are. It won't read '.rascsi' files created by an earlier revision of this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and looks good.