summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-04-22 10:50:38 +0200
committerPetr Vobornik <pvoborni@redhat.com>2016-06-29 15:41:58 +0200
commit06a9a84876345135acac933aca9ada235651997e (patch)
tree2b2d8d06bb6153049c220ecf2287a343236fb7d9 /ipaserver/plugins
parente7a55ef30b252a616f50c58f99a538e9b090037c (diff)
downloadfreeipa-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 'ipaserver/plugins')
-rw-r--r--ipaserver/plugins/internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py
index 768433b94..fc437264e 100644
--- a/ipaserver/plugins/internal.py
+++ b/ipaserver/plugins/internal.py
@@ -432,6 +432,7 @@ class i18n_messages(Command):
"serial_number": _("Serial Number"),
"serial_number_hex": _("Serial Number (hex)"),
"sha1_fingerprint": _("SHA1 Fingerprint"),
+ "sha256_fingerprint": _("SHA256 Fingerprint"),
"status": _("Status"),
"superseded": _("Superseded"),
"unspecified": _("Unspecified"),