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"
)
},
{
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) =>