Set default RAM value to 2G in landing and hosting VM calculators
This commit is contained in:
parent
4dff4e07cb
commit
3852ce04de
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
'ram': {
|
||||
'id': 'ramValue',
|
||||
'value': 1,
|
||||
'value': 2,
|
||||
'min': 1,
|
||||
'max': 200,
|
||||
'interval': 1
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
'ram': {
|
||||
'id': 'ramValue',
|
||||
'value': 1,
|
||||
'value': 2,
|
||||
'min': 1,
|
||||
'max': 200,
|
||||
'interval': 1
|
||||
|
|
Loading…
Reference in a new issue