Skip to content

Commit

Permalink
delete log
Browse files Browse the repository at this point in the history
  • Loading branch information
zjy365 committed Jul 31, 2024
1 parent 7161659 commit d615c6d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"Start": "Start",
"Starting": "Starting",
"Success": "succeeded",
"Succeed": "Succeed",
"Sunday": "Sun",
"Thursday": "Thu",
"Tuesday": "Tue",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"DBList": "数据库列表",
"DataBase": "数据库",
"Day": "",
"Succeed": "成功",
"Delete": "删除",
"Deleting": "删除中",
"Disk": "磁盘空间",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -492,24 +492,6 @@ const Form = ({
</MyTooltip>
</Flex>
</FormControl>

{/* {getValues('config') && (
<FormControl>
<Flex mt={'32px'} alignItems={'center'}>
<Label w={100}>{t('database_config')}</Label>
<Button
w={'100%'}
height={'32px'}
variant={'outline'}
fontSize={'base'}
leftIcon={<MyIcon name="edit" width={'16px'} fill={'#485264'} />}
onClick={onOpenEditConfig}
>
{t('database_edit_config')}
</Button>
</Flex>
</FormControl>
)} */}
</Box>
</Box>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion frontend/providers/dbprovider/src/utils/json2Yaml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,6 @@ export const json2Reconfigure = (
type: 'Reconfiguring'
}
};
console.log('Reconfigure Yaml', template);

return yaml.dump(template);
};

0 comments on commit d615c6d

Please sign in to comment.