mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUAC-932: Dynamic "src" attribute for img tag should be "ng-src".
This commit is contained in:
		| @@ -61,7 +61,7 @@ | ||||
|         <div ng-repeat="recentConnection in recentConnections" class="connection"> | ||||
|             <a href="#/client/{{recentConnection.type}}/{{recentConnection.id}}/{{recentConnection.name}}"> | ||||
|                 <div class="thumbnail"> | ||||
|                     <img alt="{{recentConnection.name}}" src="{{recentConnection.thumbnail}}"/> | ||||
|                     <img alt="{{recentConnection.name}}" ng-src="{{recentConnection.thumbnail}}"/> | ||||
|                 </div> | ||||
|                 <div class="caption"> | ||||
|                     <span class="name">{{recentConnection.name}}</span> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user