Skip to content

Commit 736df67

Browse files
committed
remove ui pills for provisioners on health page
1 parent 2a09af3 commit 736df67

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

site/src/pages/HealthPage/ProvisionerDaemonsPage.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,6 @@ export const ProvisionerDaemonsPage: FC = () => {
116116
gap: 12,
117117
}}
118118
>
119-
{
120-
// Add pills for the supported provisioenr types.
121-
daemon.provisioners.map((provType) => {
122-
return (
123-
<Tooltip title="Type" key={daemon.id + provType}>
124-
<Pill icon={<ViewInArIcon />}>
125-
<code>{provType}</code>
126-
</Pill>
127-
</Tooltip>
128-
);
129-
})
130-
}
131119
<Tooltip title="API Version">
132120
<Pill icon={<SwapHoriz />}>
133121
<code>{daemon.api_version}</code>

0 commit comments

Comments
 (0)