mirror of
https://dev.azure.com/tstanciu94/ReverseProxy/_git/ReverseProxy_Frontend
synced 2025-08-05 17:22:36 +03:00
Key overwrite detail conditions small formatting
This commit is contained in:
parent
39a5f8ba5a
commit
4fc6d90866
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "reverse-proxy-frontend",
|
"name": "reverse-proxy-frontend",
|
||||||
"version": "1.4.8",
|
"version": "1.4.9",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "reverse-proxy-frontend",
|
"name": "reverse-proxy-frontend",
|
||||||
"version": "1.4.8",
|
"version": "1.4.9",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Reverse proxy frontend application",
|
"description": "Reverse proxy frontend application",
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -65,7 +65,11 @@ const KeyOverwriteDetailsComponent = ({ details }) => {
|
|||||||
{displayConditions && (
|
{displayConditions && (
|
||||||
<StyledTableCell>
|
<StyledTableCell>
|
||||||
{detail.conditions && (
|
{detail.conditions && (
|
||||||
<SlimChips elements={detail.conditions} />
|
<SlimChips
|
||||||
|
elements={detail.conditions.map(
|
||||||
|
c => `${c.target}: ${c.expression}`
|
||||||
|
)}
|
||||||
|
/>
|
||||||
)}
|
)}
|
||||||
</StyledTableCell>
|
</StyledTableCell>
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user