Skip to content

Commit

Permalink
Add useSNMP to the form
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed Nov 22, 2024
1 parent a6d4627 commit 30fd783
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions html/pfappserver/lib/pfappserver/Form/Config/Switch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,12 @@ has_field 'SNMPUseConnector' =>
default => undef,
);

has_field 'useSNMP' =>
(
type => 'Toggle',
default => undef,
);

has_field 'SNMPVersion' =>
(
type => 'Select',
Expand Down

0 comments on commit 30fd783

Please sign in to comment.