Skip to content

Commit

Permalink
fix(EfficientIP): fix smart-descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc committed Jan 2, 2025
1 parent b54c440 commit 9c351c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions EfficientIP/solidserver-ddi/_meta/smart-descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,21 +199,21 @@
]
},
{
"value": "A {efficientip.dhcp.operation} query has been launched from {client.address} to {destination.address}",
"value": "A DHCP {efficientip.dhcp.operation} query has been launched from {client.mac} about {client.address}",
"conditions": [
{
"field": "efficientip.dhcp.operation"
},
{
"field": "destination.address"
"field": "client.mac"
},
{
"field": "client.address"
}
]
},
{
"value": "A {efficientip.dhcp.operation} query has been launched from {client.address}",
"value": "A DHCP {efficientip.dhcp.operation} query has been launched about {client.address}",
"conditions": [
{
"field": "efficientip.dhcp.operation"
Expand All @@ -224,18 +224,18 @@
]
},
{
"value": "A {efficientip.dhcp.operation} query has been launched to {destination.address}",
"value": "A DHCP {efficientip.dhcp.operation} query has been launched from {client.mac}",
"conditions": [
{
"field": "efficientip.dhcp.operation"
},
{
"field": "destination.address"
"field": "client.mac"
}
]
},
{
"value": "A {efficientip.dhcp.operation} query has been launched",
"value": "A DHCP {efficientip.dhcp.operation} query has been launched",
"conditions": [
{
"field": "efficientip.dhcp.operation"
Expand Down

0 comments on commit 9c351c2

Please sign in to comment.