Skip to content

Commit

Permalink
Merge pull request #126 from sdgtt/fix-noos-template
Browse files Browse the repository at this point in the history
add allow-jtag field to noos template
  • Loading branch information
kimpaller authored Dec 5, 2024
2 parents 299d91f + b13dc99 commit 02f6526
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nebula/resources/template_noos_gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ board-config:
help: "Select example to load to target"
optional: False
netbox_field: devices.custom_fields.example
field_6:
name: allow-jtag
default: False
help: "Allow use of JTAG"
options: ["True", "False"]
optional: False
netbox_field: devices.custom_fields.allow_jtag
network-config:
field_1:
name: dutip
Expand Down

0 comments on commit 02f6526

Please sign in to comment.