diff --git a/src/components/HealthCheckCredenza.tsx b/src/components/HealthCheckCredenza.tsx index 7fa64ba80..c0b78018c 100644 --- a/src/components/HealthCheckCredenza.tsx +++ b/src/components/HealthCheckCredenza.tsx @@ -581,20 +581,21 @@ export function HealthCheckCredenza(props: HealthCheckCredenzaProps) { "healthCheckStrategyTcp" ) }, - { - id: "snmp", - title: "SNMP", - description: t( - "healthCheckStrategySnmp" - ) - }, - { - id: "icmp", - title: "Ping (ICMP)", - description: t( - "healthCheckStrategyIcmp" - ) - } + // lets hide these for now until they are implemented + // { + // id: "snmp", + // title: "SNMP", + // description: t( + // "healthCheckStrategySnmp" + // ) + // }, + // { + // id: "icmp", + // title: "Ping (ICMP)", + // description: t( + // "healthCheckStrategyIcmp" + // ) + // } ]} value={field.value} onChange={(value) =>