mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	bootstrap icon conversion fixes
This commit is contained in:
		
							parent
							
								
									7e88db9d2b
								
							
						
					
					
						commit
						b47ec2e8f9
					
				
					 74 changed files with 569 additions and 73 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
{% load bootstrap_icons %}
 | 
			
		||||
{% if request.user.is_superuser %}
 | 
			
		||||
    <a href="#AddStgPool" type="button" class="btn btn-success float-end" data-bs-toggle="modal">
 | 
			
		||||
        <span aria-hidden="true">{% bs_icon 'plus' %} </span>
 | 
			
		||||
        <span aria-hidden="true">{% bs_icon 'plus-circle-fill' %} </span>
 | 
			
		||||
    </a>
 | 
			
		||||
 | 
			
		||||
    <!-- Modal Storage pool -->
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@
 | 
			
		|||
    {% if state != 0 %}
 | 
			
		||||
        {% if pool == "iso" %}
 | 
			
		||||
            <a href="#IsoUpload" class="btn btn-success float-end" data-bs-toggle="modal">
 | 
			
		||||
                <span aria-hidden="true">{% bs_icon 'plus' %} </span>
 | 
			
		||||
                <span aria-hidden="true">{% bs_icon 'plus-circle-fill' %} </span>
 | 
			
		||||
            </a>
 | 
			
		||||
 | 
			
		||||
            <!-- Modal Upload -->
 | 
			
		||||
| 
						 | 
				
			
			@ -36,7 +36,7 @@
 | 
			
		|||
            </div> <!-- /.modal -->
 | 
			
		||||
        {% else %}
 | 
			
		||||
            <a href="#AddImage" class="btn btn-success float-end" data-bs-toggle="modal">
 | 
			
		||||
                <span aria-hidden="true">{% bs_icon 'plus' %} </span>
 | 
			
		||||
                <span aria-hidden="true">{% bs_icon 'plus-circle-fill' %} </span>
 | 
			
		||||
            </a>
 | 
			
		||||
 | 
			
		||||
            <!-- Modal Image -->
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue