diff --git a/src/pages/websites/ssl/dns/DNSList.tsx b/src/pages/websites/ssl/dns/DNSList.tsx index 81a6d89..6ccde0b 100644 --- a/src/pages/websites/ssl/dns/DNSList.tsx +++ b/src/pages/websites/ssl/dns/DNSList.tsx @@ -3,6 +3,7 @@ import { BetaSchemaForm, ProColumns, ProFormColumnsType, ProTable } from '@ant-d import { useTranslation } from '@/i18n.ts' import { useAtom, useAtomValue } from 'jotai' import { Button, Form, Popconfirm } from 'antd' +import Action from '@/components/action/Action.tsx' import { deleteDNSAtom, dnsListAtom, @@ -203,6 +204,12 @@ const DNSList = () => { valueType: 'option', render: (_, record) => { return [ + { + form.setFieldsValue(record) + setOpen(true) + }}>{t('actions.edit')},