mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 11:12:03 +00:00
Make guestbook handle duplicate entries.
Also use kubernetes org on the Docker Hub to host the image. Fixes #2811
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</fieldset>
|
||||
</form>
|
||||
<div>
|
||||
<div ng-repeat="msg in messages">
|
||||
<div ng-repeat="msg in messages track by $index">
|
||||
{{msg}}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user