-
+
{t(provider.name)}
- {showOptionTags && (
-
-
- {t("access.props.provider.usage.dns")}
-
-
- {t("access.props.provider.usage.hosting")}
-
-
- {t("access.props.provider.usage.ca")}
-
-
- {t("access.props.provider.usage.notification")}
-
-
- )}
+
+
+ {t("access.props.provider.builtin")}
+
+
+ {t("access.props.provider.usage.dns")}
+
+
+ {t("access.props.provider.usage.hosting")}
+
+
+ {t("access.props.provider.usage.ca")}
+
+
+ {t("access.props.provider.usage.notification")}
+
+
);
};
diff --git a/ui/src/components/workflow/WorkflowRuns.tsx b/ui/src/components/workflow/WorkflowRuns.tsx
index 25f3891a..718a7913 100644
--- a/ui/src/components/workflow/WorkflowRuns.tsx
+++ b/ui/src/components/workflow/WorkflowRuns.tsx
@@ -11,7 +11,7 @@ import {
SyncOutlined as SyncOutlinedIcon,
} from "@ant-design/icons";
import { useRequest } from "ahooks";
-import { Button, Empty, Modal, Space, Table, type TableProps, Tag, Tooltip, notification } from "antd";
+import { Alert, Button, Empty, Modal, Space, Table, type TableProps, Tag, Tooltip, notification } from "antd";
import dayjs from "dayjs";
import { ClientResponseError } from "pocketbase";
@@ -284,6 +284,8 @@ const WorkflowRuns = ({ className, style, workflowId }: WorkflowRunsProps) => {
{NotificationContextHolder}