diff options
author | Pavel Vomacka <pvomacka@redhat.com> | 2016-04-22 10:50:38 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2016-06-29 15:41:58 +0200 |
commit | 06a9a84876345135acac933aca9ada235651997e (patch) | |
tree | 2b2d8d06bb6153049c220ecf2287a343236fb7d9 /install/ui/test/data | |
parent | e7a55ef30b252a616f50c58f99a538e9b090037c (diff) | |
download | freeipa-06a9a84876345135acac933aca9ada235651997e.tar.gz freeipa-06a9a84876345135acac933aca9ada235651997e.tar.xz freeipa-06a9a84876345135acac933aca9ada235651997e.zip |
Refactored certificate view and remove hold dialog
Removed old layout created using html tables. Now table layout is made by div
and modern css styling.
https://fedorahosted.org/freeipa/ticket/5381
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/ui/test/data')
-rw-r--r-- | install/ui/test/data/ipa_init.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 1d7f5d883..19fb1008e 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -289,6 +289,7 @@ "serial_number": "Serial Number", "serial_number_hex": "Serial Number (hex)", "sha1_fingerprint": "SHA1 Fingerprint", + "sha256_fingerprint": "SHA256 Fingerprint", "status": "Status", "superseded": "Superseded", "unspecified": "Unspecified", |