mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-24 15:58:08 +00:00
Allow usage property in Docker appliance.
This commit is contained in:
parent
db982f5df7
commit
f39c27ff7b
@ -26,6 +26,11 @@ DOCKER_APPLIANCE_PROPERTIES = {
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
},
|
||||
"usage": {
|
||||
"description": "How to use the Docker container",
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"adapters": {
|
||||
"description": "Number of adapters",
|
||||
"type": "integer",
|
||||
|
Loading…
Reference in New Issue
Block a user