mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
WebUI: Add certmap module
Add facets for certmaprule and certmapconfigure entities. https://fedorahosted.org/freeipa/ticket/6601 Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
committed by
Tomas Krizek
parent
d3700275c1
commit
19426f32ff
@@ -464,6 +464,18 @@ class i18n_messages(Command):
|
||||
"view_certificate": _("Certificate for ${entity} ${primary_key}"),
|
||||
"view_certificate_btn": _("View Certificate"),
|
||||
},
|
||||
"certmap": {
|
||||
"adder_title": _("Add Certificate Mapping Data"),
|
||||
"data_label": _("Certificate mapping data"),
|
||||
"certificate": _("Certificate"),
|
||||
"conf_str": _("Configuration string"),
|
||||
"deleter_content": _("Do you want to remove certificate mapping data ${data}?"),
|
||||
"deleter_title": _("Remove Certificate Mapping Data"),
|
||||
"issuer": _("Issuer"),
|
||||
"issuer_subject": _("Issuer and subject"),
|
||||
"subject": _("Subject"),
|
||||
"version": _("Version"),
|
||||
},
|
||||
"config": {
|
||||
"group": _("Group Options"),
|
||||
"search": _("Search Options"),
|
||||
|
||||
Reference in New Issue
Block a user