mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: remove beta labels for dynamic parameters (#18976)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Removed the "beta" badge from various workspace and template settings pages. The "Dynamic parameters" feature no longer displays a beta label in the interface. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -5,7 +5,6 @@ import { ErrorAlert } from "components/Alert/ErrorAlert";
|
||||
import { Avatar } from "components/Avatar/Avatar";
|
||||
import { Badge } from "components/Badge/Badge";
|
||||
import { Button } from "components/Button/Button";
|
||||
import { FeatureStageBadge } from "components/FeatureStageBadge/FeatureStageBadge";
|
||||
import { Input } from "components/Input/Input";
|
||||
import { Label } from "components/Label/Label";
|
||||
import { Link } from "components/Link/Link";
|
||||
@@ -404,11 +403,6 @@ export const CreateWorkspacePageViewExperimental: FC<
|
||||
</Tooltip>
|
||||
</TooltipProvider>
|
||||
</span>
|
||||
<FeatureStageBadge
|
||||
contentType={"beta"}
|
||||
size="sm"
|
||||
labelText="Dynamic parameters"
|
||||
/>
|
||||
</header>
|
||||
|
||||
<form
|
||||
|
||||
-2
@@ -10,7 +10,6 @@ import {
|
||||
} from "api/typesGenerated";
|
||||
import { PremiumBadge } from "components/Badges/Badges";
|
||||
import { Button } from "components/Button/Button";
|
||||
import { FeatureStageBadge } from "components/FeatureStageBadge/FeatureStageBadge";
|
||||
import {
|
||||
FormFields,
|
||||
FormFooter,
|
||||
@@ -247,7 +246,6 @@ export const TemplateSettingsForm: FC<TemplateSettingsForm> = ({
|
||||
<StackLabel>
|
||||
<span className="flex flex-row gap-2">
|
||||
Enable dynamic parameters for workspace creation
|
||||
<FeatureStageBadge contentType={"beta"} size="sm" />
|
||||
</span>
|
||||
<StackLabelHelperText>
|
||||
<div>
|
||||
|
||||
-6
@@ -8,7 +8,6 @@ import type {
|
||||
} from "api/typesGenerated";
|
||||
import { ErrorAlert } from "components/Alert/ErrorAlert";
|
||||
import { EmptyState } from "components/EmptyState/EmptyState";
|
||||
import { FeatureStageBadge } from "components/FeatureStageBadge/FeatureStageBadge";
|
||||
import { Link } from "components/Link/Link";
|
||||
import { Loader } from "components/Loader/Loader";
|
||||
import {
|
||||
@@ -236,11 +235,6 @@ const WorkspaceParametersPageExperimental: FC = () => {
|
||||
</TooltipProvider>
|
||||
</span>
|
||||
</span>
|
||||
<FeatureStageBadge
|
||||
contentType={"beta"}
|
||||
size="sm"
|
||||
labelText="Dynamic parameters"
|
||||
/>
|
||||
</header>
|
||||
|
||||
{Boolean(error) && <ErrorAlert error={error} />}
|
||||
|
||||
Reference in New Issue
Block a user