Enable show in file manager for cloud

Fix https://github.com/GNS3/gns3-gui/issues/1900
This commit is contained in:
Julien Duponchelle
2017-03-06 14:25:53 +01:00
parent 94d285301a
commit 8b7035b185
8 changed files with 27 additions and 12 deletions

View File

@ -75,7 +75,7 @@ CLOUD_CREATE_SCHEMA = {
{"$ref": "#/definitions/HostInterfaces"}
]},
]
},
}
},
"additionalProperties": False,
"required": ["name"]
@ -123,6 +123,10 @@ CLOUD_OBJECT_SCHEMA = {
]},
]
},
"node_directory": {
"description": "Path to the VM working directory",
"type": "string"
},
"status": {
"description": "Node status",
"enum": ["started", "stopped", "suspended"]