Merge pull request #1970 from coreos-inc/remove-broken-ui

Remove broken security info UI
This commit is contained in:
josephschorr 2016-10-12 19:47:33 -04:00 committed by GitHub
commit 5c5b722f2c

View file

@ -69,13 +69,6 @@
<div>Pull this container with the following Docker command:</div> <div>Pull this container with the following Docker command:</div>
<div class="copy-box" hovering-message="true" value="pullCommand"></div> <div class="copy-box" hovering-message="true" value="pullCommand"></div>
</div> </div>
<div class="right-sec-controls" quay-show="repository.can_admin && Features.SECURITY_SCANNER">
<span class="sec-logo">
<img class="lock" src="/static/img/lock.svg">
<img class="scan" src="/static/img/scan.svg">
</span>
</div>
</td> </td>
</tr> </tr>
</table> </table>