Skip to content

Commit

Permalink
feat(frontend): 工具箱支持资源池协议变更_默认远程备份 #8076
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 28041
  • Loading branch information
JustaCattt authored and hLinx committed Jan 3, 2025
1 parent 3045946 commit f70a432
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

const defaultData = () => ({
tableData: [createTableRow()],
backupSource: BackupSourceType.LOCAL,
backupSource: BackupSourceType.REMOTE,
remark: '',
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

const defaultData = () => ({
tableData: [createTableRow()],
backupSource: BackupSourceType.LOCAL,
backupSource: BackupSourceType.REMOTE,
remark: '',
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

const defaultData = () => ({
tableData: [createTableRow()],
backupSource: BackupSourceType.LOCAL,
backupSource: BackupSourceType.REMOTE,
remark: '',
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

const defaultData = () => ({
tableData: [createTableRow()],
backupSource: BackupSourceType.LOCAL,
backupSource: BackupSourceType.REMOTE,
remark: '',
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

const defaultData = () => ({
tableData: [createTableRow()],
backupSource: BackupSourceType.LOCAL,
backupSource: BackupSourceType.REMOTE,
remark: '',
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

const defaultData = () => ({
tableData: [createTableRow()],
backupSource: BackupSourceType.LOCAL,
backupSource: BackupSourceType.REMOTE,
remark: '',
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

const defaultData = () => ({
tableData: [createTableRow()],
backupSource: BackupSourceType.LOCAL,
backupSource: BackupSourceType.REMOTE,
remark: '',
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@

const defaultData = () => ({
tableData: [createTableRow()],
backupSource: BackupSourceType.LOCAL,
backupSource: BackupSourceType.REMOTE,
remark: '',
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

const defaultData = () => ({
tableData: [createTableRow()],
backupSource: BackupSourceType.LOCAL,
backupSource: BackupSourceType.REMOTE,
remark: '',
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

const defaultData = () => ({
tableData: [createTableRow()],
backupSource: BackupSourceType.LOCAL,
backupSource: BackupSourceType.REMOTE,
remark: '',
});

Expand Down

0 comments on commit f70a432

Please sign in to comment.