mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
Fixes validation issue with c2600 XM chassis.
This commit is contained in:
parent
0f5d2927df
commit
9da5aa1107
@ -35,7 +35,7 @@ VM_CREATE_SCHEMA = {
|
||||
"description": "router chassis model",
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"pattern": "^[0-9]{4}$"
|
||||
"pattern": "^[0-9]{4}(XM)?$"
|
||||
},
|
||||
"image": {
|
||||
"description": "path to the IOS image file",
|
||||
|
Loading…
Reference in New Issue
Block a user