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': {
 | 
					        'ram': {
 | 
				
			||||||
            'id': 'ramValue',
 | 
					            'id': 'ramValue',
 | 
				
			||||||
            'value': 1,
 | 
					            'value': 2,
 | 
				
			||||||
            'min': 1,
 | 
					            'min': 1,
 | 
				
			||||||
            'max': 200,
 | 
					            'max': 200,
 | 
				
			||||||
            'interval': 1
 | 
					            'interval': 1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,7 +11,7 @@
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        'ram': {
 | 
					        'ram': {
 | 
				
			||||||
            'id': 'ramValue',
 | 
					            'id': 'ramValue',
 | 
				
			||||||
            'value': 1,
 | 
					            'value': 2,
 | 
				
			||||||
            'min': 1,
 | 
					            'min': 1,
 | 
				
			||||||
            'max': 200,
 | 
					            'max': 200,
 | 
				
			||||||
            'interval': 1
 | 
					            'interval': 1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue