mirror of https://github.com/apache/nifi.git
NIFI-233:
- Fixing the Downstream label for Upstream components from a process group.
This commit is contained in:
parent
9ba8defc09
commit
22596080c9
|
@ -489,7 +489,7 @@ nf.GoTo = (function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
// show the dialog
|
// show the dialog
|
||||||
$('#connections-dialog').modal('setHeaderText', 'Downstream Connections').modal('show');
|
$('#connections-dialog').modal('setHeaderText', 'Upstream Connections').modal('show');
|
||||||
}).fail(nf.Common.handleAjaxError);
|
}).fail(nf.Common.handleAjaxError);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue