File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
site/src/pages/DeploymentSettingsPage/LicensesSettingsPage Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
} from "components/Collapsible/Collapsible" ;
10
10
import { Stack } from "components/Stack/Stack" ;
11
11
import dayjs from "dayjs" ;
12
- import { ChevronRightIcon , Link } from "lucide-react" ;
12
+ import { ChevronRightIcon } from "lucide-react" ;
13
13
import type { FC } from "react" ;
14
14
import { docs } from "utils/docs" ;
15
15
@@ -100,9 +100,7 @@ export const ManagedAgentsConsumption: FC<ManagedAgentsConsumptionProps> = ({
100
100
< div className = "p-4" >
101
101
< Collapsible >
102
102
< header className = "flex flex-col gap-2 items-start" >
103
- < h3 className = "text-md m-0 font-medium" >
104
- Managed AI Agents Usage
105
- </ h3 >
103
+ < h3 className = "text-md m-0 font-medium" > Managed AI Agents Usage</ h3 >
106
104
107
105
< CollapsibleTrigger asChild >
108
106
< Button
@@ -129,9 +127,11 @@ export const ManagedAgentsConsumption: FC<ManagedAgentsConsumptionProps> = ({
129
127
< MuiLink
130
128
href = { docs ( "/ai-coder/tasks" ) }
131
129
target = "_blank"
132
- rel = "noreferrer" >
130
+ rel = "noreferrer"
131
+ >
133
132
Coder Tasks
134
- </ MuiLink > { " " } and upcoming managed AI features are included in Coder Premium
133
+ </ MuiLink > { " " }
134
+ and upcoming managed AI features are included in Coder Premium
135
135
licenses during beta. Usage limits and pricing subject to change.
136
136
</ p >
137
137
< ul >
You can’t perform that action at this time.
0 commit comments