mirror of
https://github.com/GNS3/gns3-server
synced 2025-05-21 16:28:54 +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": {
|
"template_type": {
|
||||||
"description": "Type of node",
|
"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"]
|
"virtualbox", "vmware", "iou", "qemu"]
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
|
Loading…
Reference in New Issue
Block a user