Merge branch 'master' into i18n
This commit is contained in:
@@ -24,6 +24,7 @@ class Clients extends Component {
|
||||
Header: 'IP',
|
||||
accessor: 'ip',
|
||||
Cell: ({ value }) => (<div className="logs__row logs__row--overflow"><span className="logs__text" title={value}>{value}</span></div>),
|
||||
sortMethod: (a, b) => parseInt(a.replace(/\./g, ''), 10) - parseInt(b.replace(/\./g, ''), 10),
|
||||
}, {
|
||||
Header: <Trans>Requests count</Trans>,
|
||||
accessor: 'count',
|
||||
|
||||
Reference in New Issue
Block a user