mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 10:28:29 -07:00
- client: Return red background of Disallowed clients on the Dashboard
Close #2108 * commit '9fd74748bb7ce84bea512c5a52bd927e88a00ed8': - client: Return red background of Disallowed clients on the Dashboard
This commit is contained in:
commit
3a71374f9f
@ -140,7 +140,7 @@ const Clients = ({
|
||||
|
||||
const { ip } = rowInfo.original;
|
||||
|
||||
return getIpMatchListStatus(ip, disallowedClients) === IP_MATCH_LIST_STATUS.NOT_FOUND ? {} : { className: 'red' };
|
||||
return getIpMatchListStatus(ip, disallowedClients) === IP_MATCH_LIST_STATUS.NOT_FOUND ? {} : { className: 'logs__row--red' };
|
||||
}}
|
||||
/>
|
||||
</Card>;
|
||||
|
Loading…
Reference in New Issue
Block a user