diff options
| author | Pavel Vomacka <pvomacka@redhat.com> | 2016-06-06 12:11:06 +0200 |
|---|---|---|
| committer | Petr Vobornik <pvoborni@redhat.com> | 2016-06-07 19:30:07 +0200 |
| commit | afededacb92ce1903885b265c7adca87b634c21a (patch) | |
| tree | 03c0336fd0f18bb100924fc03ef207ae4c61ea8c /install/ui/test | |
| parent | 1d9425dab7b16a0c518dadc5ba42c027045c4529 (diff) | |
| download | freeipa-afededacb92ce1903885b265c7adca87b634c21a.tar.gz freeipa-afededacb92ce1903885b265c7adca87b634c21a.tar.xz freeipa-afededacb92ce1903885b265c7adca87b634c21a.zip | |
Auth Indicators WebUI part
Add custom_checkbox_widget on service page. The old aci.attribute_widget
now inherits from the new base class custom_checkboxes_widget and overrides
the populate method.
https://fedorahosted.org/freeipa/ticket/5872
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/ui/test')
| -rw-r--r-- | install/ui/test/data/ipa_init.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index e04e9f9b9..4ccf49f88 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -50,9 +50,10 @@ }, "authtype": { "config_tooltip": "<p>Implicit method (password) will be used if no method is chosen.</p><p><strong>Password + Two-factor:</strong> LDAP and Kerberos allow authentication with either one of the authentication types but Kerberos uses pre-authentication method which requires to use armor ccache.</p><p><strong>RADIUS with another type:</strong> Kerberos always use RADIUS, but LDAP never does. LDAP only recognize the password and two-factor authentication options.</p>", + "otp": "OTP", "type_otp": "Two factor authentication (password + OTP)", "type_password": "Password", - "type_radius": "Radius", + "type_radius": "RADIUS", "type_disabled": "Disable per-user override", "user_tooltip": "<p>Per-user setting, overwrites the global setting if any option is checked.</p><p><strong>Password + Two-factor:</strong> LDAP and Kerberos allow authentication with either one of the authentication types but Kerberos uses pre-authentication method which requires to use armor ccache.</p><p><strong>RADIUS with another type:</strong> Kerberos always use RADIUS, but LDAP never does. LDAP only recognize the password and two-factor authentication options.</p>", }, @@ -106,11 +107,13 @@ }, "dialogs": { "add_confirmation": "${entity} successfully added", + "add_custom_value": "Add custom value", "add_title": "Add ${entity}", "available": "Available", "batch_error_message": "Some operations failed.", "batch_error_title": "Operations Error", "confirmation": "Confirmation", + "custom_value": "Custom value", "dirty_message": "This page has unsaved changes. Please save or revert.", "dirty_title": "Unsaved Changes", "edit_title": "Edit ${entity}", @@ -469,7 +472,7 @@ "type_totp": "Time-based (TOTP)" }, "permission": { - "add_custom_attr": "Add custom attribute", + "add_custom_attr": "Add Custom Attribute", "attribute": "Attribute", "filter": "Filter", "identity": "Permission settings", @@ -519,7 +522,10 @@ "user": "User" }, "service": { + "auth_indicators": "Authentication indicators", + "auth_indicator": "Authentication indicator", "certificate": "Service Certificate", + "custom_auth_ind_title": "Add Custom Authentication Indicator", "delete_key_unprovision": "Delete Key, Unprovision", "details": "Service Settings", "host": "Host Name", @@ -660,6 +666,7 @@ "enabled": "${count} item(s) enabled", "partial_delete": "Some entries were not deleted", "placeholder": "Search", + "placeholder_filter": "Filter", "quick_links": "Quick Links", "select_all": "Select All", "truncated": "Query returned more results than the configured size limit. Displaying the first ${counter} results.", |
