Improve certificate details view, make information more concise (#1021)

The "Description" field can now display multi-line text content.

The "Authority" field now displays the authority name in Lemur (if
known) as well as issuer's name. For imported certs, "Imported" is
displayed.
This commit is contained in:
Marti Raudsepp
2017-12-12 19:49:30 +02:00
committed by kevgliss
parent b2d87940d6
commit ba4de07ad8
2 changed files with 44 additions and 52 deletions

View File

@ -185,3 +185,6 @@ a {
text-align:center;
}
.multiline {
white-space: pre-line;
}