mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-06 01:21:47 +00:00
Add missing 'nat' template type in schema. Fixes #2529
Some checks failed
testing / build (ubuntu-latest, 3.10) (push) Has been cancelled
testing / build (ubuntu-latest, 3.11) (push) Has been cancelled
testing / build (ubuntu-latest, 3.12) (push) Has been cancelled
testing / build (ubuntu-latest, 3.13) (push) Has been cancelled
testing / build (ubuntu-latest, 3.8) (push) Has been cancelled
testing / build (ubuntu-latest, 3.9) (push) Has been cancelled
Some checks failed
testing / build (ubuntu-latest, 3.10) (push) Has been cancelled
testing / build (ubuntu-latest, 3.11) (push) Has been cancelled
testing / build (ubuntu-latest, 3.12) (push) Has been cancelled
testing / build (ubuntu-latest, 3.13) (push) Has been cancelled
testing / build (ubuntu-latest, 3.8) (push) Has been cancelled
testing / build (ubuntu-latest, 3.9) (push) Has been cancelled
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…
x
Reference in New Issue
Block a user