You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<inputtype="text"value="@attr.Value"@onchange="e => OnAddOrUpdateConditionFilterAttribute(condition, filter, attr.Key, (string)e.Value!)"placeholder="Value"title="The value of the context attribute to filter events by. Supports regular expressions"class="form-control" />
<inputtype="text"value="@mapping.Value"@onchange="e => OnAddOrUpdateConditionFilterCorrelationMapping(condition, filter, mapping.Key, (string)e.Value!)"placeholder="Value"title="The value of the context attribute used to correlate filtered cloud events. Supports regular expressions"class="form-control" />
0 commit comments