1
0
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:
grossmj 2014-05-22 10:54:34 -06:00
parent 0f5d2927df
commit 9da5aa1107

View File

@ -35,7 +35,7 @@ VM_CREATE_SCHEMA = {
"description": "router chassis model", "description": "router chassis model",
"type": "string", "type": "string",
"minLength": 1, "minLength": 1,
"pattern": "^[0-9]{4}$" "pattern": "^[0-9]{4}(XM)?$"
}, },
"image": { "image": {
"description": "path to the IOS image file", "description": "path to the IOS image file",