mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	instances display virtual title under name
This commit is contained in:
		
							parent
							
								
									2ceb456a4f
								
							
						
					
					
						commit
						e1b4fdf5de
					
				
					 2 changed files with 11 additions and 2 deletions
				
			
		|  | @ -51,7 +51,7 @@ | |||
|                                             {% for host, inst  in all_host_vms.items %} | ||||
|                                                 {% for vm, info in inst.items %} | ||||
|                                                     <tr> | ||||
|                                                         <td><a href="{% url 'instance' host.0 vm %}">{{ vm }}</a></td> | ||||
|                                                         <td><a href="{% url 'instance' host.0 vm %}">{{ vm }}</a><br><small><em>{{ info.title }}</em></small></td> | ||||
|                                                         <td><a href="{% url 'overview' host.0 %}">{{ host.1 }}</a></td> | ||||
|                                                         <td>{% ifequal info.status 1 %} | ||||
|                                                                 <span class="text-success">{% trans "Active" %}</span> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue