Hide the icmp and snmp for now

This commit is contained in:
Owen
2026-04-27 15:08:17 -07:00
parent e573125934
commit b88469f901

View File

@@ -581,20 +581,21 @@ export function HealthCheckCredenza(props: HealthCheckCredenzaProps) {
"healthCheckStrategyTcp" "healthCheckStrategyTcp"
) )
}, },
{ // lets hide these for now until they are implemented
id: "snmp", // {
title: "SNMP", // id: "snmp",
description: t( // title: "SNMP",
"healthCheckStrategySnmp" // description: t(
) // "healthCheckStrategySnmp"
}, // )
{ // },
id: "icmp", // {
title: "Ping (ICMP)", // id: "icmp",
description: t( // title: "Ping (ICMP)",
"healthCheckStrategyIcmp" // description: t(
) // "healthCheckStrategyIcmp"
} // )
// }
]} ]}
value={field.value} value={field.value}
onChange={(value) => onChange={(value) =>