We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a09af3 commit 736df67Copy full SHA for 736df67
site/src/pages/HealthPage/ProvisionerDaemonsPage.tsx
@@ -116,18 +116,6 @@ export const ProvisionerDaemonsPage: FC = () => {
116
gap: 12,
117
}}
118
>
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
- }
131
<Tooltip title="API Version">
132
<Pill icon={<SwapHoriz />}>
133
<code>{daemon.api_version}</code>
0 commit comments