From 8d369519116cb1f257304d79d13e63188fc7d978 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 22 Feb 2013 17:12:53 +0100 Subject: Web UI:Choose different search option for cert-find This extends certificate search page by search option select. Therefore the search is not restricted to 'subject'. It should be replaced by https://fedorahosted.org/freeipa/ticket/191 in a future. https://fedorahosted.org/freeipa/ticket/3419 --- install/ui/test/data/ipa_init.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'install/ui/test/data/ipa_init.json') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 685367473..e4d9c2a95 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -183,6 +183,18 @@ "common_name": "Common Name", "expires_on": "Expires On", "fingerprints": "Fingerprints", + "find_issuedon_from": "Issued on from", + "find_issuedon_to": "Issued on to", + "find_max_serial_number": "Maximum serial number", + "find_min_serial_number": "Minimum serial number", + "find_revocation_reason": "Revocation reason", + "find_revokedon_from": "Revoked on from", + "find_revokedon_to": "Revoked on to", + "find_subject": "Subject", + "find_validnotafter_from": "Valid not after from", + "find_validnotafter_to": "Valid not after to", + "find_validnotbefore_from": "Valid not before from", + "find_validnotbefore_to": "Valid not before to", "issue_certificate": "Issue New Certificate for ${entity} ${primary_key}", "issued_by": "Issued By", "issued_on": "Issued On", -- cgit