mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-24 22:15:45 +03:00
fix link and name
This commit is contained in:
parent
30553c6a9a
commit
2ca1a0e586
1 changed files with 2 additions and 0 deletions
|
@ -41,9 +41,11 @@ class Filters extends Component {
|
|||
}, {
|
||||
Header: 'Filter name',
|
||||
accessor: 'name',
|
||||
Cell: ({ value }) => (<span title={value}>{value}</span>),
|
||||
}, {
|
||||
Header: 'Host file URL',
|
||||
accessor: 'url',
|
||||
Cell: ({ value }) => (<a href={value} target='_blank' rel='noopener noreferrer'>{value}</a>),
|
||||
}, {
|
||||
Header: 'Rules count',
|
||||
accessor: 'rulesCount',
|
||||
|
|
Loading…
Reference in a new issue