mirror of
https://dev.azure.com/tstanciu94/ReverseProxy/_git/ReverseProxy_Frontend
synced 2025-08-05 17:22:36 +03:00
Add width style to profile reference cell in IP filtering rules table
This commit is contained in:
parent
b51625d79a
commit
60218fe5ad
@ -75,7 +75,7 @@ const IpFilteringRules = ({ mode, rules }) => {
|
|||||||
{rule.ipAddress}
|
{rule.ipAddress}
|
||||||
</StyledTableCell>
|
</StyledTableCell>
|
||||||
<StyledTableCell>{rule.description}</StyledTableCell>
|
<StyledTableCell>{rule.description}</StyledTableCell>
|
||||||
<StyledTableCell>
|
<StyledTableCell style={{ width: "15%" }}>
|
||||||
{rule.profileReference && (
|
{rule.profileReference && (
|
||||||
<Chip
|
<Chip
|
||||||
icon={<BrokenImageIcon />}
|
icon={<BrokenImageIcon />}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user