Remove public- prefix shown in django/node/rails hosting pages
This commit is contained in:
		
					parent
					
						
							
								39699da8ee
							
						
					
				
			
			
				commit
				
					
						b50a543148
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -57,7 +57,7 @@
 | 
				
			||||||
                  <label for="configuration">Configuration: </label>
 | 
					                  <label for="configuration">Configuration: </label>
 | 
				
			||||||
                        <select class="form-control" name="vm_template_id" id="{{vm.hosting_company}}-configuration" data-vm-type="{{vm.hosting_company}}">
 | 
					                        <select class="form-control" name="vm_template_id" id="{{vm.hosting_company}}-configuration" data-vm-type="{{vm.hosting_company}}">
 | 
				
			||||||
                        {% for template in templates   %}
 | 
					                        {% for template in templates   %}
 | 
				
			||||||
                            <option  value="{{template.id}}">{{ template.name }}</option>
 | 
					                            <option  value="{{template.id}}">{{ template.name|cut:'public-' }}</option>
 | 
				
			||||||
                        {% endfor %}
 | 
					                        {% endfor %}
 | 
				
			||||||
                        </select>
 | 
					                        </select>
 | 
				
			||||||
                  </li>
 | 
					                  </li>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue