Skip to content

Commit 095e0fe

Browse files
committed
fix bug with several time the same instruction
1 parent 5e813ed commit 095e0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/image/image-details-directive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h2>
111111
Dockerfile
112112
</tab-heading>
113113
<pre>
114-
<code ng-repeat="(_id, instruction) in imageDetails.dockerfile">
114+
<code ng-repeat="instruction in imageDetails.dockerfile track by $index">
115115
{{instruction}}
116116
</code>
117117
</pre>

0 commit comments

Comments
 (0)