Skip to content
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

feat(): add tenant backup destType #628

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

TianWuwt
Copy link
Collaborator

Summary

add tenant backup destType( COS、S3、 S3-Compatible)

Solution Description

image image image

@TianWuwt TianWuwt self-assigned this Nov 13, 2024
@TianWuwt TianWuwt added this to the dashboard-0.4.0 milestone Nov 13, 2024
@@ -250,6 +253,61 @@ export default function NewBackup() {
/>
</Form.Item>
</Col>

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Input form field Host should be added to the form if destType is not NFS. Refer to PRD to see the details.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was originally there
image

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean that a new field named Host should be added to the form when selecting COS, OSS, S3 or S3-Compatible.

@@ -29,8 +29,11 @@ export default function NewBackup() {
const scheduleValue = Form.useWatch(['scheduleDates'], form);

const distType = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be a typo. Maybe destTypes is better.

},
]}
>
<Password
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plain text is more proper.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DONE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants