Merge pull request #1471 from coreos-inc/secscan-col-width
Fix width of security scan column
This commit is contained in:
commit
264601ef0e
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
</td>
|
||||
<td class="hidden-xs"
|
||||
ng-class="tablePredicateClass('security_scanned', options.predicate, options.reverse)"
|
||||
style="width: 200px;"
|
||||
style="width: 270px;"
|
||||
quay-require="['SECURITY_SCANNER']">
|
||||
Security Scan
|
||||
</td>
|
||||
|
|
Reference in a new issue