mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01: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">
|
<div ng-repeat="recentConnection in recentConnections" class="connection">
|
||||||
<a href="#/client/{{recentConnection.type}}/{{recentConnection.id}}/{{recentConnection.name}}">
|
<a href="#/client/{{recentConnection.type}}/{{recentConnection.id}}/{{recentConnection.name}}">
|
||||||
<div class="thumbnail">
|
<div class="thumbnail">
|
||||||
<img alt="{{recentConnection.name}}" src="{{recentConnection.thumbnail}}"/>
|
<img alt="{{recentConnection.name}}" ng-src="{{recentConnection.thumbnail}}"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="caption">
|
<div class="caption">
|
||||||
<span class="name">{{recentConnection.name}}</span>
|
<span class="name">{{recentConnection.name}}</span>
|
||||||
|
Reference in New Issue
Block a user