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({
|
||||
options: [{
|
||||
text: 'by type',
|
||||
value: 'type'
|
||||
value: 'label'
|
||||
}, {
|
||||
text: 'by tag',
|
||||
value: 'tags'
|
||||
|
|
Loading…
Reference in New Issue