GUi CW PRofileFilter
This commit is contained in:
@@ -82,7 +82,7 @@ Public Class ProfileFilter
|
||||
Dim oFilteredProfiles As New List(Of ProfileData)
|
||||
|
||||
Dim oRootNode As TreeNode = New TreeNode() With {
|
||||
.Text = $"easyFLOW Search with term [{ClipboardContents}]",
|
||||
.Text = $"easyFLOW Search with term: '{ClipboardContents}'",
|
||||
.Tag = NODE_ROOT,
|
||||
.ImageIndex = ImageIndex.Root
|
||||
}
|
||||
@@ -579,7 +579,7 @@ Public Class ProfileFilter
|
||||
oList.Add(New ProfileData() With {
|
||||
.Guid = oRow.Item("GUID"),
|
||||
.Regex = oRow.Item("REGEX_EXPRESSION"),
|
||||
.Name = oRow.ItemEx("NAME", String.Empty),
|
||||
.Name = oRow.ItemEx("PROFIL_NAME", "Check_Function_TransformProfiles"),
|
||||
.Comment = oRow.ItemEx("COMMENT", String.Empty),
|
||||
.ProfileType = oRow.ItemEx("PROFILE_TYPE", String.Empty),
|
||||
.Processes = oProcessList,
|
||||
|
||||
Reference in New Issue
Block a user