We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18604ea commit d677a26Copy full SHA for d677a26
app/forms/firewall-rules-common.tsx
@@ -453,7 +453,6 @@ const ProtocolFilters = ({ control }: { control: Control<FirewallRuleValues> })
453
<ListboxField
454
name="protocolType"
455
label="Protocol filters"
456
- description="Restrict firewall rule to specific protocols"
457
hideOptionalTag
458
control={protocolForm.control}
459
placeholder=""
@@ -466,7 +465,7 @@ const ProtocolFilters = ({ control }: { control: Control<FirewallRuleValues> })
466
465
label="ICMP type"
467
name="icmpType"
468
469
- description="Select ICMP type (leave blank for all)"
+ description="Leave blank to match any type"
470
471
allowArbitraryValues
472
items={icmpTypeItems}
0 commit comments