|
@ -16,19 +16,19 @@ import { useTranslation } from '@/i18n.ts' |
|
|
import { Button, Form, Popconfirm, Space } from 'antd' |
|
|
import { Button, Form, Popconfirm, Space } from 'antd' |
|
|
import { PlusOutlined } from '@ant-design/icons' |
|
|
import { PlusOutlined } from '@ant-design/icons' |
|
|
import DrawerPicker, { DrawerPickerRef } from '@/components/drawer-picker/DrawerPicker.tsx' |
|
|
import DrawerPicker, { DrawerPickerRef } from '@/components/drawer-picker/DrawerPicker.tsx' |
|
|
import AcmeList from './acme/AcmeList.tsx' |
|
|
|
|
|
|
|
|
import AcmeList from '../acme/AcmeList.tsx' |
|
|
import { acmeListAtom, AcmeType, getAcmeAccountTypeName } from '@/store/websites/acme.ts' |
|
|
import { acmeListAtom, AcmeType, getAcmeAccountTypeName } from '@/store/websites/acme.ts' |
|
|
import { dnsListAtom, getDNSTypeName } from '@/store/websites/dns.ts' |
|
|
import { dnsListAtom, getDNSTypeName } from '@/store/websites/dns.ts' |
|
|
import DNSList from './dns/DNSList.tsx' |
|
|
|
|
|
import CAList from './ca/CAList.tsx' |
|
|
|
|
|
|
|
|
import DNSList from '../dns/DNSList.tsx' |
|
|
|
|
|
import CAList from '../ca/CAList.tsx' |
|
|
import { WebSite } from '@/types' |
|
|
import { WebSite } from '@/types' |
|
|
import Switch from '@/components/switch' |
|
|
import Switch from '@/components/switch' |
|
|
import { Else, If, Then } from 'react-if' |
|
|
import { Else, If, Then } from 'react-if' |
|
|
import Action from '@/components/action/Action.tsx' |
|
|
import Action from '@/components/action/Action.tsx' |
|
|
import { Status } from '@/components/status' |
|
|
import { Status } from '@/components/status' |
|
|
import SSLDetail from './components/Detail.tsx' |
|
|
|
|
|
import { detailAtom } from './components/store.ts' |
|
|
|
|
|
import Upload from './components/Upload.tsx' |
|
|
|
|
|
|
|
|
import SSLDetail from '@/pages/websites/ssl/components/Detail.tsx' |
|
|
|
|
|
import { detailAtom } from '@/pages/websites/ssl/components/store.ts' |
|
|
|
|
|
import Upload from '@/pages/websites/ssl/components/Upload.tsx' |
|
|
import { FormInstance } from 'antd/lib' |
|
|
import { FormInstance } from 'antd/lib' |
|
|
import Download from '@/components/download/Download.tsx' |
|
|
import Download from '@/components/download/Download.tsx' |
|
|
import { Table as ProTable } from '@/components/table' |
|
|
import { Table as ProTable } from '@/components/table' |
|
|