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

Update schema description for disk_usage_percent.

This commit is contained in:
grossmj 2021-09-02 15:48:13 +09:30
parent a2367d3c04
commit b1224ce9f6

View File

@ -68,7 +68,7 @@ SERVER_STATISTICS_SCHEMA = {
"type": "integer",
},
"disk_usage_percent": {
"description": "Disk usage in percent",
"description": "Disk usage in percent for all mountpoints",
"type": "array",
},
"load_average_percent": {