mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	bootstrap4.5: fix modal headers, some glitches
This commit is contained in:
		
							parent
							
								
									9ab776197c
								
							
						
					
					
						commit
						0461df7685
					
				
					 6 changed files with 11 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -9,8 +9,8 @@
 | 
			
		|||
        <div class="modal-dialog">
 | 
			
		||||
            <div class="modal-content">
 | 
			
		||||
                <div class="modal-header">
 | 
			
		||||
                    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
 | 
			
		||||
                    <h5 class="modal-title">{% trans "Create Storage Pool" %}</h5>
 | 
			
		||||
                    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
 | 
			
		||||
                </div>
 | 
			
		||||
                <div class="tabbable">
 | 
			
		||||
                    <ul class="nav nav-tabs">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,8 +11,8 @@
 | 
			
		|||
                <div class="modal-dialog">
 | 
			
		||||
                    <div class="modal-content">
 | 
			
		||||
                        <div class="modal-header">
 | 
			
		||||
                            <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
 | 
			
		||||
                            <h5 class="modal-title">{% trans "Upload ISO Image" %}</h5>
 | 
			
		||||
                            <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
 | 
			
		||||
                        </div>
 | 
			
		||||
                        <div class="modal-body">
 | 
			
		||||
                            <form enctype="multipart/form-data" method="post" role="form">{% csrf_token %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -91,8 +91,8 @@
 | 
			
		|||
                </div>
 | 
			
		||||
             </div>
 | 
			
		||||
            {% if volumes  %}
 | 
			
		||||
            <div class="table-responsive">
 | 
			
		||||
                <table class="table table-striped sortable-theme-bootstrap" data-sortable>
 | 
			
		||||
            <div>
 | 
			
		||||
                <table class="table table-hover sortable-theme-bootstrap" data-sortable>
 | 
			
		||||
                    <thead>
 | 
			
		||||
                    <tr>
 | 
			
		||||
                        <th>#</th>
 | 
			
		||||
| 
						 | 
				
			
			@ -192,8 +192,8 @@
 | 
			
		|||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
            {% endif %}
 | 
			
		||||
            {% endif %}
 | 
			
		||||
        </div>
 | 
			
		||||
        {% endif %}
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    {% include 'pleasewaitdialog.html' %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue