You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			28 lines
		
	
	
		
			894 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			28 lines
		
	
	
		
			894 B
		
	
	
	
		
			HTML
		
	
| {% call macros.panel("info", "Step 5 - Number of replicas for containers") %}
 | |
| <p>Select number of replicas for containers</p>
 | |
| 
 | |
| <div class="form-group">
 | |
|   <input class="form-control" type="number" name="front_replicas" min="1" required value="1"
 | |
|   		style="width: 6%; display: inline;">
 | |
|   <label>Front</label>
 | |
| </div>
 | |
| 
 | |
| <div class="form-group">
 | |
|   <input class="form-control" type="number" name="admin_replicas" min="1" required value="1"
 | |
|   		style="width: 6%; display: inline;">
 | |
|   <label>Admin</label>
 | |
| </div>
 | |
| 
 | |
| <div class="form-group">
 | |
|   <input class="form-control" type="number" name="imap_replicas" min="1" required value="1"
 | |
|   		style="width: 6%; display: inline;">
 | |
|   <label>IMAP</label>
 | |
| </div>
 | |
| 
 | |
| <div class="form-group">
 | |
|   <input class="form-control" type="number" name=smtp_replicas min="1" required value="1"
 | |
|   		style="width: 6%; display: inline;">
 | |
|   <label>SMPT</label>
 | |
| </div>
 | |
| 
 | |
| {% endcall %} |