summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-04-26 08:44:03 +0200
committerPetr Vobornik <pvoborni@redhat.com>2016-06-29 15:41:58 +0200
commit6d3622c600a82f889e77809c982d996974335e62 (patch)
tree68e0990b79d7df8c11688577c1391bdae8571a09 /ipaserver/plugins
parent3056f349b94eb99deb665937a61204e0bfea6b78 (diff)
downloadfreeipa-6d3622c600a82f889e77809c982d996974335e62.tar.gz
freeipa-6d3622c600a82f889e77809c982d996974335e62.tar.xz
freeipa-6d3622c600a82f889e77809c982d996974335e62.zip
Add widget for showing multiple certificates
Certs widget is based on multivalued widget and adds ability to add new certificate and delete it. Each line is cert_widget. https://fedorahosted.org/freeipa/ticket/5108 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 fc437264e..8552f63d6 100644
--- a/ipaserver/plugins/internal.py
+++ b/ipaserver/plugins/internal.py
@@ -385,6 +385,7 @@ class i18n_messages(Command):
"cessation_of_operation": _("Cessation of Operation"),
"common_name": _("Common Name"),
"download": _("Download"),
+ "delete_cert_end": _("the certificate with serial number "),
"expires_on": _("Expires On"),
"find_issuedon_from": _("Issued on from"),
"find_issuedon_to": _("Issued on to"),