From a6caa551d03ec035cb3ec47ca7feb73c51920d3a Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 15 Dec 2025 23:05:05 -0500 Subject: [PATCH] Remove the description from bedrock service tiers (#10118) --- .../components/settings/providers/Bedrock.tsx | 27 +++---------------- 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/webview-ui/src/components/settings/providers/Bedrock.tsx b/webview-ui/src/components/settings/providers/Bedrock.tsx index 75c4ea9a17..9d314ee201 100644 --- a/webview-ui/src/components/settings/providers/Bedrock.tsx +++ b/webview-ui/src/components/settings/providers/Bedrock.tsx @@ -168,30 +168,9 @@ export const Bedrock = ({ apiConfiguration, setApiConfigurationField, selectedMo - -
-
{t("settings:providers.awsServiceTierStandard")}
-
- {t("settings:providers.awsServiceTierStandardDesc")} -
-
-
- -
-
{t("settings:providers.awsServiceTierFlex")}
-
- {t("settings:providers.awsServiceTierFlexDesc")} -
-
-
- -
-
{t("settings:providers.awsServiceTierPriority")}
-
- {t("settings:providers.awsServiceTierPriorityDesc")} -
-
-
+ {t("settings:providers.awsServiceTierStandard")} + {t("settings:providers.awsServiceTierFlex")} + {t("settings:providers.awsServiceTierPriority")}