mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Fix import of some old topologies from 1.3
This commit is contained in:
parent
d765d02f06
commit
b87692acce
@ -33,7 +33,7 @@ VM_CREATE_SCHEMA = {
|
|||||||
},
|
},
|
||||||
"dynamips_id": {
|
"dynamips_id": {
|
||||||
"description": "Dynamips ID",
|
"description": "Dynamips ID",
|
||||||
"type": "integer"
|
"type": ["integer", "null"]
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"description": "Dynamips VM instance name",
|
"description": "Dynamips VM instance name",
|
||||||
|
Loading…
Reference in New Issue
Block a user