+ client: handle Disable IPv6 setting

This commit is contained in:
Ildar Kamalov 2019-12-18 13:17:24 +03:00
parent 7ac5760509
commit b91753e746
4 changed files with 19 additions and 2 deletions
client/src/components/Settings/Dns/Config

View file

@ -65,6 +65,18 @@ let Form = ({
/>
</div>
</div>
<div className="col-12">
<div className="form__group form__group--settings">
<Field
name="disable_ipv6"
type="checkbox"
component={renderSelectField}
placeholder={t('disable_ipv6')}
disabled={processing}
subtitle={t('disable_ipv6_desc')}
/>
</div>
</div>
<div className="col-12">
<div className="form__group form__group--settings mb-4">
<label className="form__label form__label--with-desc">