Fix small UI issues in secscan UI

Fixes https://jira.coreos.com/browse/QUAY-965
This commit is contained in:
Joseph Schorr 2018-06-06 12:15:28 -04:00
parent 805705cc40
commit d5ec4b1fba
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>