mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Use "node" instead of "appliance" for grid support.
This commit is contained in:
parent
dd14101eec
commit
a93606d9ed
@ -102,11 +102,11 @@ PROJECT_CREATE_SCHEMA = {
|
||||
},
|
||||
"grid_size": {
|
||||
"type": "integer",
|
||||
"description": "Grid size for the drawing area for appliances"
|
||||
"description": "Grid size for the drawing area for nodes"
|
||||
},
|
||||
"drawing_grid_size": {
|
||||
"type": "integer",
|
||||
"description": "Grid size for the drawing area for labels"
|
||||
"description": "Grid size for the drawing area for drawings"
|
||||
},
|
||||
"show_interface_labels": {
|
||||
"type": "boolean",
|
||||
@ -171,11 +171,11 @@ PROJECT_UPDATE_SCHEMA = {
|
||||
},
|
||||
"grid_size": {
|
||||
"type": "integer",
|
||||
"description": "Grid size for the drawing area for appliances"
|
||||
"description": "Grid size for the drawing area for nodes"
|
||||
},
|
||||
"drawing_grid_size": {
|
||||
"type": "integer",
|
||||
"description": "Grid size for the drawing area for labels"
|
||||
"description": "Grid size for the drawing area for drawings"
|
||||
},
|
||||
"show_interface_labels": {
|
||||
"type": "boolean",
|
||||
@ -256,11 +256,11 @@ PROJECT_OBJECT_SCHEMA = {
|
||||
},
|
||||
"grid_size": {
|
||||
"type": "integer",
|
||||
"description": "Grid size for the drawing area for appliances"
|
||||
"description": "Grid size for the drawing area for nodes"
|
||||
},
|
||||
"drawing_grid_size": {
|
||||
"type": "integer",
|
||||
"description": "Grid size for the drawing area for labels"
|
||||
"description": "Grid size for the drawing area for drawings"
|
||||
},
|
||||
"show_interface_labels": {
|
||||
"type": "boolean",
|
||||
|
@ -93,11 +93,11 @@ TOPOLOGY_SCHEMA = {
|
||||
},
|
||||
"grid_size": {
|
||||
"type": "integer",
|
||||
"description": "Grid size for the drawing area for appliances"
|
||||
"description": "Grid size for the drawing area for nodes"
|
||||
},
|
||||
"drawing_grid_size": {
|
||||
"type": "integer",
|
||||
"description": "Grid size for the drawing area for labels"
|
||||
"description": "Grid size for the drawing area for drawings"
|
||||
},
|
||||
"show_interface_labels": {
|
||||
"type": "boolean",
|
||||
|
Loading…
Reference in New Issue
Block a user