parent
f7893daeb8
commit
46b4ea8e3e
4 changed files with 20 additions and 9 deletions
|
@ -146,10 +146,15 @@
|
|||
</span>
|
||||
</td>
|
||||
<td class="double-col image-col hidden-xs hidden-sm hidden-md">
|
||||
<span data-title="{{ feature.imageCommand }}" bs-tooltip>
|
||||
<span class="dockerfile-command" command="feature.imageCommand"></span>
|
||||
<span bo-if="feature.imageCommand">
|
||||
<span data-title="{{ feature.imageCommand }}" data-container="body" bs-tooltip>
|
||||
<span class="dockerfile-command" command="feature.imageCommand"></span>
|
||||
</span>
|
||||
<a href="/repository/{{ repository.namespace }}/{{ repository.name }}/image/{{ feature.imageId }}"><i class="fa fa-archive"></i></a>
|
||||
</span>
|
||||
<span bo-if="!feature.imageCommand">
|
||||
<span class="image-link" repository="repository" image-id="feature.imageId"></span>
|
||||
</span>
|
||||
<a href="/repository/{{ repository.namespace }}/{{ repository.name }}/image/{{ feature.imageId }}"><i class="fa fa-archive"></i></a>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
|
Reference in a new issue