mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Update for some changes about configuration settings of UI.
This commit is contained in:
parent
421288046e
commit
09dc6909ae
@ -68,7 +68,7 @@
|
||||
'ldap_base_dn': { type: 'auth', attr: 'ldapBaseDN' },
|
||||
'ldap_uid': { type: 'auth', attr: 'ldapUID' },
|
||||
'ldap_filter': { type: 'auth', attr: 'ldapFilter' },
|
||||
'ldap_connection_timeout': { type: 'auth', attr: 'ldapConnectionTimeout' },
|
||||
'ldap_timeout': { type: 'auth', attr: 'ldapConnectionTimeout' },
|
||||
'ldap_scope': { type: 'auth', attr: 'ldapScope' },
|
||||
'email_host': { type: 'email', attr: 'server' },
|
||||
'email_port': { type: 'email', attr: 'serverPort' },
|
||||
|
@ -332,12 +332,12 @@ var locale_messages = {
|
||||
'please_save_changes': 'Please save changes before leaving this page.',
|
||||
'undo': 'Undo',
|
||||
'invalid_port_number': 'Invalid port number.',
|
||||
'max_job_workers_is_required': 'Maxystem job workers number is required.',
|
||||
'max_job_workers_is_required': 'Max job workers number is required.',
|
||||
'timeout_is_required': 'Timeout value is required.',
|
||||
'invalid_timeout': 'Invalid timeout value.',
|
||||
'ldap_scope_is_required': 'Scope is required.',
|
||||
'invalid_ldap_scope': 'Invalid Scope value.',
|
||||
'update_configuration_title': 'Update Configuration',
|
||||
'successful_update_configuration': 'Update configurations successfully.',
|
||||
'update_configuration_title': 'Update Configuration(s)',
|
||||
'successful_update_configuration': 'Configuration(s) updated successfully.',
|
||||
'failed_to_update_configuration': 'Failed to update configuration.'
|
||||
};
|
Loading…
Reference in New Issue
Block a user