update localdb template

This commit is contained in:
Arthur Lu 2023-08-30 20:50:21 +00:00
parent ec26e7f6a3
commit 93cf6d1873

View File

@ -23,6 +23,7 @@
"display": false "display": false
}, },
"cores": { "cores": {
"title": "vCPU",
"type": "numeric", "type": "numeric",
"multiplier": 1, "multiplier": 1,
"base": 1024, "base": 1024,
@ -31,6 +32,7 @@
"display": true "display": true
}, },
"memory": { "memory": {
"title": "RAM",
"type": "numeric", "type": "numeric",
"multiplier": 1048576, "multiplier": 1048576,
"base": 1024, "base": 1024,
@ -39,6 +41,7 @@
"display": true "display": true
}, },
"swap": { "swap": {
"title": "SWAP",
"type": "numeric", "type": "numeric",
"multiplier": 1048576, "multiplier": 1048576,
"base": 1024, "base": 1024,
@ -47,6 +50,7 @@
"display": true "display": true
}, },
"local": { "local": {
"title": "local",
"type": "storage", "type": "storage",
"multiplier": 1, "multiplier": 1,
"base": 1024, "base": 1024,
@ -61,6 +65,7 @@
"display": true "display": true
}, },
"cephpl": { "cephpl": {
"title": "cephpl",
"type": "storage", "type": "storage",
"multiplier": 1, "multiplier": 1,
"base": 1024, "base": 1024,
@ -75,6 +80,7 @@
"display": true "display": true
}, },
"network": { "network": {
"title": "Network",
"type": "network", "type": "network",
"multiplier": 1000000, "multiplier": 1000000,
"base": 1000, "base": 1000,