mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-02 07:40:57 +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": {
|
||||
"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…
x
Reference in New Issue
Block a user