NIFI-267:

- Filtering by label instead of fully qualified type.
This commit is contained in:
Matt Gilman 2015-01-16 10:07:23 -05:00
parent ad74a4304e
commit 46b0f92cb2
1 changed files with 1 additions and 1 deletions

View File

@ -914,7 +914,7 @@ nf.CanvasToolbox = (function () {
$('#processor-type-filter-options').combo({ $('#processor-type-filter-options').combo({
options: [{ options: [{
text: 'by type', text: 'by type',
value: 'type' value: 'label'
}, { }, {
text: 'by tag', text: 'by tag',
value: 'tags' value: 'tags'