Revision 329cfcba
Added by Sebastian Gräßl about 5 years ago
app/views/image_search/_repository_search_results.html.erb | ||
---|---|---|
1 | 1 |
<% repositories.each do |repository| %> |
2 |
<h3><%= link_to cleanup_image_name(repository['name']), '#', :onclick => 'repoSelected(this)', "data-hub" => use_hub %></h3>
|
|
2 |
<h3><%= link_to cleanup_image_name(repository['name']), '#', class: 'repository-name' %></h3>
|
|
3 | 3 |
<p> |
4 | 4 |
<%= '<span class="glyphicon glyphicon-certificate" title="Official"></span>'.html_safe if repository['is_official'] %> |
5 | 5 |
<%= '<span class="glyphicon glyphicon-thumbs-up" title="Trusted"></span>'.html_safe if repository['is_trusted'] %> |
Also available in: Unified diff
Fixes #18902 - Enable autocomplete for container image search
This enables the autocomplete for the image name search and
improves the usability of searching for container images on
Docker Hub or an external Registry.