Skip to content

Commit

Permalink
feat(frontend): 工具箱支持资源池协议变更_默认远程备份 TencentBlueKing#8076
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 28041
  • Loading branch information
JustaCattt committed Dec 27, 2024
1 parent c2a6e8e commit f2c5b18
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 f2c5b18

Please sign in to comment.