Skip to content

Commit

Permalink
Delete useless backup information configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yang1666204 committed Apr 2, 2024
1 parent e192aae commit 6f49060
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions ui/src/pages/Tenant/Detail/Backup/BackupConfiguration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,32 +54,6 @@ export default function BackupConfiguration({
const { ns, name } = useParams();
const publicKey = usePublicKey();

const INFO_CONFIG = {
status: {
label: intl.formatMessage({
id: 'Dashboard.Detail.Backup.BackupConfiguration.Status',
defaultMessage: '状态',
}),
},
destType: {
label: intl.formatMessage({
id: 'Dashboard.Detail.Backup.BackupConfiguration.BackupMediaType',
defaultMessage: '备份介质类型',
}),
},
archivePath: {
label: intl.formatMessage({
id: 'Dashboard.Detail.Backup.BackupConfiguration.LogArchivePath',
defaultMessage: '日志归档路径',
}),
},
bakDataPath: {
label: intl.formatMessage({
id: 'Dashboard.Detail.Backup.BackupConfiguration.DataBackupPath',
defaultMessage: '数据备份路径',
}),
},
};
const INFO_CONFIG_ARR = [
{
label: intl.formatMessage({
Expand Down Expand Up @@ -115,9 +89,6 @@ export default function BackupConfiguration({
value: 'ossAccessSecret',
label: 'OSS Access Secret',
});
INFO_CONFIG.ossAccessSecret = {
label: 'OSS Access Secret',
};
}
const DATE_CONFIG = {
jobKeepDays: intl.formatMessage({
Expand Down

0 comments on commit 6f49060

Please sign in to comment.