mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Show name instead of description in the infocards and breadcrumbs (#6769)
Co-authored-by: João Paraquetti <joao@scclouds.com.br>
This commit is contained in:
		
							parent
							
								
									7fa41ddfcc
								
							
						
					
					
						commit
						33bd08369b
					
				| @ -800,7 +800,7 @@ export default { | ||||
|         'RemoteAccessVpn', 'User', 'SnapshotPolicy', 'VpcOffering'] | ||||
|     }, | ||||
|     name () { | ||||
|       return this.resource.displayname || this.resource.displaytext || this.resource.name || this.resource.username || | ||||
|       return this.resource.displayname || this.resource.name || this.resource.displaytext || this.resource.username || | ||||
|         this.resource.ipaddress || this.resource.virtualmachinename || this.resource.templatetype | ||||
|     }, | ||||
|     keypairs () { | ||||
|  | ||||
| @ -34,7 +34,7 @@ | ||||
|           </span> | ||||
|         </label> | ||||
|         <label v-else> | ||||
|           {{ resource.displayname || resource.displaytext || resource.name || resource.hostname || resource.username || resource.ipaddress || $route.params.id }} | ||||
|           {{ resource.displayname || resource.name || resource.displaytext || resource.hostname || resource.username || resource.ipaddress || $route.params.id }} | ||||
|         </label> | ||||
|       </span> | ||||
|       <span v-else> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user