mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:07:23 +00:00
Hide the icmp and snmp for now
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user