forked from TheWrightServer/ProxmoxVE
Fix incorrect hdd values in json files (#403)
This commit is contained in:
parent
378a9be1bc
commit
068e52adc8
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "2G",
|
||||
"hdd": "2",
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "4096",
|
||||
"hdd": "32G",
|
||||
"hdd": "32",
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "12G",
|
||||
"hdd": "12",
|
||||
"os": "debian",
|
||||
"version": 12
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "256",
|
||||
"hdd": "512M",
|
||||
"hdd": "0.5",
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "12G",
|
||||
"hdd": "12",
|
||||
"os": "debian",
|
||||
"version": 12
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "4096",
|
||||
"hdd": "32G",
|
||||
"hdd": "32",
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "2G",
|
||||
"hdd": "2",
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "2G",
|
||||
"hdd": "2",
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user