From 2af21743df2e09cabcf4d2209cd35786ed3cfdd6 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 13 May 2014 17:27:39 +0200 Subject: webui: move host action panel actions to action dropdown Reviewed-By: Endi Sukma Dewata --- install/ui/test/data/ipa_init.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install/ui/test/data') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 5fa8b3e6f..8a96e2330 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -209,6 +209,7 @@ "find_validnotafter_to": "Valid not after to", "find_validnotbefore_from": "Valid not before from", "find_validnotbefore_to": "Valid not before to", + "get_certificate": "Get Certificate", "issue_certificate": "Issue New Certificate for ${entity} ${primary_key}", "issued_by": "Issued By", "issued_on": "Issued On", @@ -242,7 +243,8 @@ "unspecified": "Unspecified", "valid": "Valid Certificate Present", "validity": "Validity", - "view_certificate": "Certificate for ${entity} ${primary_key}" + "view_certificate": "Certificate for ${entity} ${primary_key}", + "view_certificate_btn": "View Certificate" }, "config": { "group": "Group Options", -- cgit