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

@ -511,7 +511,7 @@ VM_OBJECT_SCHEMA = {
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
},
"node_directory": {
"decription": "Path to the vm working directory",
"description": "Path to the vm working directory",
"type": "string"
},
"project_id": {