mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-27 15:39:54 +03:00
Add icon before repository name
This commit is contained in:
parent
c00f858f8f
commit
a1c3804f36
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
<li class="mdl-list__item" each="{ item in catalog.repositories }">
|
||||
<span class="mdl-list__item-primary-content">
|
||||
{ item }
|
||||
<i class="material-icons mdl-list__item-icon">insert_link</i> { item }
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue