-
Notifications
You must be signed in to change notification settings - Fork 0
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
106 replace UUID with save set name #152
Conversation
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
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.
Great work, just some smaller things. Only had a little time. Will not be able to do a full Review
apps/frontend/src/app/backups-overview/backups/backups/backups.component.ts
Outdated
Show resolved
Hide resolved
apps/frontend/src/app/backups-overview/backups/backups/backups.component.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
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.
Looks good; all changes proposed by @flo0852 were incorporated. Great work!
Replaces all visible ocurrences of the backup
UUID
with the backupsaveset
. Adds the saveset to the dtos in the analyzer module and backend, and adjusts the frontend accordingly.