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