- client: Improve DNS Rewrites

Close #1764

Squashed commit of the following:

commit 76af537597b2f3c0860716a45e4e23662cde22c8
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Mon Jul 6 10:59:44 2020 +0300

    - client: Improve DNS Rewrites
This commit is contained in:
Artem Baskal
2020-07-06 11:23:23 +03:00
parent 2f76f5d048
commit 73c5d9eaef
2 changed files with 12 additions and 1 deletions

View File

@@ -63,7 +63,14 @@ const Form = (props) => {
/>
</div>
</div>
<ul>{['rewrite_ip_address',
'rewrite_domain_name',
'rewrite_A',
'rewrite_AAAA']
.map((str) => <li key={str}>
<Trans components={[<code key="0">text</code>]}>{str}</Trans>
</li>)
}</ul>
<div className="modal-footer">
<div className="btn-list">
<button