Merge pull request #3406 from KeyboardNerd/QUAY-1432

Fix UI problem that clair service kid can't be shown
This commit is contained in:
Sida Chen 2019-03-11 10:32:18 -04:00 committed by GitHub
commit b3ca204c85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,8 +100,7 @@
</div>
<label>Key ID:</label>
<div class="copy-box" value="createdKey.kid"></div>
<div><code>{{ createdKey.kid }}</code></div>
<label>Private Key (PEM):</label>
<textarea class="key-display form-control" onclick="this.focus();this.select()" readonly>{{ createdKey.private_key }}</textarea>
</div>