1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-01 04:38:12 +00:00

Fix crash in idlePC compute

This commit is contained in:
Julien Duponchelle 2016-10-25 19:32:07 +02:00
parent 49c3ecf02e
commit 0f9df6a2f8
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -65,7 +65,6 @@ VM_CREATE_SCHEMA = {
"startup_config": { "startup_config": {
"description": "Path to the IOS startup configuration file", "description": "Path to the IOS startup configuration file",
"type": "string", "type": "string",
"minLength": 1,
}, },
"startup_config_content": { "startup_config_content": {
"description": "Content of IOS startup configuration file", "description": "Content of IOS startup configuration file",