feat(ui): new Layout UI using antd

This commit is contained in:
Fu Diwei
2024-12-07 13:47:02 +08:00
parent 2facb160aa
commit d6ddf8e9f4
18 changed files with 229 additions and 204 deletions

View File

@@ -130,7 +130,7 @@ const CertificateList = ({ withPagination }: CertificateListProps) => {
];
const handleWorkflowClick = (id: string) => {
navigate(`/workflow/detail?id=${id}`);
navigate(`/workflows/detail?id=${id}`);
};
const handleView = (id: string) => {
@@ -154,7 +154,7 @@ const CertificateList = ({ withPagination }: CertificateListProps) => {
size={"sm"}
className="w-[120px] mt-3"
onClick={() => {
navigate("/workflow/detail");
navigate("/workflows/detail");
}}
>
{t("workflow.action.create")}