+
{type === "mcp"
? t("mainPage.mcpServer")
: type.charAt(0).toUpperCase() + type.slice(1)}
+ {type === "deployments" && (
+
+ Beta
+
+ )}
))}
diff --git a/src/frontend/src/pages/MainPage/pages/deploymentsPage/__tests__/deployment-stepper-modal.test.tsx b/src/frontend/src/pages/MainPage/pages/deploymentsPage/__tests__/deployment-stepper-modal.test.tsx
index 4d35d84f33..76d5d30fb1 100644
--- a/src/frontend/src/pages/MainPage/pages/deploymentsPage/__tests__/deployment-stepper-modal.test.tsx
+++ b/src/frontend/src/pages/MainPage/pages/deploymentsPage/__tests__/deployment-stepper-modal.test.tsx
@@ -251,7 +251,7 @@ describe("Create mode — step navigation", () => {
id: "watsonx",
type: "watsonx",
name: "watsonx Orchestrate",
- icon: "Bot",
+ icon: "WatsonxOrchestrate",
},
initialInstance: makeInstance(),
});
diff --git a/src/frontend/src/pages/MainPage/pages/deploymentsPage/components/add-provider-modal.tsx b/src/frontend/src/pages/MainPage/pages/deploymentsPage/components/add-provider-modal.tsx
index 99c7e1d4d5..d2d7b88fc9 100644
--- a/src/frontend/src/pages/MainPage/pages/deploymentsPage/components/add-provider-modal.tsx
+++ b/src/frontend/src/pages/MainPage/pages/deploymentsPage/components/add-provider-modal.tsx
@@ -1,5 +1,6 @@
import { useState } from "react";
import ForwardedIconComponent from "@/components/common/genericIconComponent";
+import { Badge } from "@/components/ui/badge";
import { Button } from "@/components/ui/button";
import {
Dialog,
@@ -71,17 +72,35 @@ export default function AddProviderModal({
Add Environment
-
- Configure your watsonx Orchestrate credentials below.
+
+ Add a new watsonx Orchestrate environment.
-
-
-
watsonx Orchestrate
+
+
+
+ watsonx Orchestrate
+
+ Beta
+
+
+
+ Configure your watsonx Orchestrate credentials below. Sign in or
+ sign up to{" "}
+
+ find your credentials
+
+ .
+
- {providers.length >= 1 && deployments.length > 0 && (
+ {providers.length >= 1 && (
Environment: