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",
|
||||
"version": "1.4.8",
|
||||
"version": "1.4.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "reverse-proxy-frontend",
|
||||
"version": "1.4.8",
|
||||
"version": "1.4.9",
|
||||
"private": true,
|
||||
"description": "Reverse proxy frontend application",
|
||||
"author": {
|
||||
|
@ -65,7 +65,11 @@ const KeyOverwriteDetailsComponent = ({ details }) => {
|
||||
{displayConditions && (
|
||||
<StyledTableCell>
|
||||
{detail.conditions && (
|
||||
<SlimChips elements={detail.conditions} />
|
||||
<SlimChips
|
||||
elements={detail.conditions.map(
|
||||
c => `${c.target}: ${c.expression}`
|
||||
)}
|
||||
/>
|
||||
)}
|
||||
</StyledTableCell>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user