mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	Fixed #105
This commit is contained in:
		
							parent
							
								
									05a7944c0e
								
							
						
					
					
						commit
						17cb7ace88
					
				
					 1 changed files with 9 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -77,6 +77,13 @@
 | 
			
		|||
                                    </select>
 | 
			
		||||
                                </div>
 | 
			
		||||
                            </div>
 | 
			
		||||
                            <div class="form-group meta-prealloc">
 | 
			
		||||
                                <label class="col-sm-3 control-label">{% trans "Metadata" %}</label>
 | 
			
		||||
                                <div class="col-sm-6">
 | 
			
		||||
                                    <input type="checkbox" name="meta_prealloc" title="Metadata preallocation" value="true">
 | 
			
		||||
                                </div>
 | 
			
		||||
                                <label class="col-lg-1 control-label">{% trans "Image" %}</label>
 | 
			
		||||
                            </div>
 | 
			
		||||
                            <div class="form-group">
 | 
			
		||||
                                <label class="col-sm-3 control-label">{% trans "HDD cache mode" %}</label>
 | 
			
		||||
                                <div class="col-sm-6">
 | 
			
		||||
| 
						 | 
				
			
			@ -278,6 +285,7 @@
 | 
			
		|||
                                                                <label class="col-sm-3 control-label">{% trans "Storage" %}</label>
 | 
			
		||||
 | 
			
		||||
                                                                <div class="col-sm-6">
 | 
			
		||||
                                                                    <input type="hidden" name="cache_mode" value="default">
 | 
			
		||||
                                                                    <select name="storage" class="form-control">
 | 
			
		||||
                                                                        {% if storages %}
 | 
			
		||||
                                                                            {% for storage in storages %}
 | 
			
		||||
| 
						 | 
				
			
			@ -289,13 +297,6 @@
 | 
			
		|||
                                                                    </select>
 | 
			
		||||
                                                                </div>
 | 
			
		||||
                                                            </div>
 | 
			
		||||
                                                            <div class="form-group meta-prealloc">
 | 
			
		||||
                                                                <label class="col-sm-3 control-label">{% trans "Metadata" %}</label>
 | 
			
		||||
                                                                <div class="col-sm-6">
 | 
			
		||||
                                                                    <input type="checkbox" name="meta_prealloc" title="Metadata preallocation" value="true">
 | 
			
		||||
                                                                </div>
 | 
			
		||||
                                                                <label class="col-lg-1 control-label">{% trans "Image" %}</label>
 | 
			
		||||
                                                            </div>
 | 
			
		||||
                                                            <div class="form-group">
 | 
			
		||||
                                                                <label class="col-sm-3 control-label">{% trans "Network" %}</label>
 | 
			
		||||
                                                                <div class="col-sm-6">
 | 
			
		||||
| 
						 | 
				
			
			@ -435,4 +436,4 @@
 | 
			
		|||
    var editor = ace.edit("editor");
 | 
			
		||||
    editor.getSession().setMode("ace/mode/xml");
 | 
			
		||||
</script>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue