mirror of
https://github.com/GNS3/gns3-server
synced 2025-05-21 08:18:50 +00:00
Add missing 'nat' template type in schema. Fixes #2529
This commit is contained in:
parent
ef3570dc95
commit
c2c89b0ff3
@ -27,7 +27,7 @@ BASE_TEMPLATE_PROPERTIES = {
|
||||
},
|
||||
"template_type": {
|
||||
"description": "Type of node",
|
||||
"enum": ["cloud", "ethernet_hub", "ethernet_switch", "docker", "dynamips", "vpcs", "traceng",
|
||||
"enum": ["cloud", "nat", "ethernet_hub", "ethernet_switch", "docker", "dynamips", "vpcs", "traceng",
|
||||
"virtualbox", "vmware", "iou", "qemu"]
|
||||
},
|
||||
"name": {
|
||||
|
Loading…
Reference in New Issue
Block a user