mirror of https://github.com/apache/nifi.git
NIFI-267:
- Filtering by label instead of fully qualified type.
This commit is contained in:
parent
ad74a4304e
commit
46b0f92cb2
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue