diff --git a/web/src/apps/console/routes/_main+/$account+/settings+/cloud-providers/provider-resources.tsx b/web/src/apps/console/routes/_main+/$account+/settings+/cloud-providers/provider-resources.tsx index 70ee6bcf0..581392994 100644 --- a/web/src/apps/console/routes/_main+/$account+/settings+/cloud-providers/provider-resources.tsx +++ b/web/src/apps/console/routes/_main+/$account+/settings+/cloud-providers/provider-resources.tsx @@ -36,6 +36,7 @@ import CodeView from '~/console/components/code-view'; import Yup from '~/root/lib/server/helpers/yup'; import { PasswordInput } from '~/components/atoms/input'; import useForm from '~/root/lib/client/hooks/use-form'; +import { Badge } from '~/components/atoms/badge'; import HandleProvider from './handle-provider'; const RESOURCE_NAME = 'cloud provider'; @@ -153,31 +154,41 @@ const AwsValidationPopup = ({ {/* Account ID */} {/* {item.aws?.awsAccountId} */} {/* */} -