profile filter

This commit is contained in:
Jonathan Jenne
2019-10-29 10:39:59 +01:00
parent dccc1820f9
commit c173432b94
2 changed files with 62 additions and 33 deletions

View File

@@ -83,7 +83,7 @@ Public Class ProfileMatch
_Logger.Debug("New Control Node for Profile {0} and Control {1}", Profile.Name, Control.Description)
Dim oMatchText = IIf(IsMatch, "MATCH", "NO MATCH")
Dim oText = $"{GetMatchText(IsMatch)} on Control {Control.Description}: {IsMatch.ToString}"
Dim oText = $"{GetMatchText(IsMatch)} on Control {Control.Description}"
Dim oNode As New TreeNode() With {
.Text = oText,