mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	Add trans label to headers
This commit is contained in:
		
							parent
							
								
									c98f0b1232
								
							
						
					
					
						commit
						a63e9036fe
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -55,11 +55,11 @@
 | 
			
		|||
                                    <table class="table table-hover table-striped sortable-theme-bootstrap" data-sortable>
 | 
			
		||||
                                        <thead>
 | 
			
		||||
                                            <tr>
 | 
			
		||||
                                                <th>Name</th>
 | 
			
		||||
                                                <th>Status</th>
 | 
			
		||||
                                                <th>VCPU</th>
 | 
			
		||||
                                                <th>Memory</th>
 | 
			
		||||
                                                <th data-sortable="false" style="width: 165px;">Actions</th>
 | 
			
		||||
                                                <th>{% trans 'Name' %}</th>
 | 
			
		||||
                                                <th>{% trans 'Status' %}</th>
 | 
			
		||||
                                                <th>{% trans 'VCPU' %}</th>
 | 
			
		||||
                                                <th>{% trans 'Memory' %}</th>
 | 
			
		||||
                                                <th data-sortable="false" style="width: 165px;">{% trans 'Actions' %}</th>
 | 
			
		||||
                                            </tr>
 | 
			
		||||
                                        </thead>
 | 
			
		||||
                                        <tbody class="searchable">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue