+ client: handle hide_client_ip

This commit is contained in:
Ildar Kamalov
2020-03-11 16:54:05 +03:00
committed by Simon Zolin
parent 2e845e4f4d
commit a0be7f5566
5 changed files with 17 additions and 1 deletions

View File

@@ -42,6 +42,16 @@ const Form = (props) => {
disabled={processing}
/>
</div>
<div className="form__group form__group--settings">
<Field
name="anonymize_client_ip"
type="checkbox"
component={renderSelectField}
placeholder={t('anonymize_client_ip')}
subtitle={t('anonymize_client_ip_desc')}
disabled={processing}
/>
</div>
<label className="form__label">
<Trans>query_log_retention</Trans>
</label>