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
|
@ -104,7 +104,7 @@
|
|||
data-title="Delta of the severity of vulnerabilities in the package before->after upgrading" data-container="body" bs-tooltip>Upgrade impact</a>
|
||||
</td>
|
||||
<td class="hidden-xs hidden-sm hidden-md">
|
||||
Introduced In Image
|
||||
Introduced In Layer
|
||||
</td>
|
||||
<td class="hidden-xs options-col"></td>
|
||||
</thead>
|
||||
|
|
|
@ -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