Fix small UI issues in secscan UI
Fixes https://jira.coreos.com/browse/QUAY-965
This commit is contained in:
parent
805705cc40
commit
d5ec4b1fba
2 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@
|
|||
</td>
|
||||
<td class="double-col image-col hidden-xs hidden-sm hidden-md">
|
||||
<span bo-if="vuln.imageCommand">
|
||||
<image-command command="feature.imageCommand"></image-command>
|
||||
<image-command command="vuln.imageCommand"></image-command>
|
||||
</span>
|
||||
<span bo-if="!vuln.imageCommand">(No Command)</span>
|
||||
</td>
|
||||
|
|
Reference in a new issue