NIFI-233:

- Fixing the Downstream label for Upstream components from a process group.
This commit is contained in:
Matt Gilman 2015-01-08 07:16:45 -05:00
parent 9ba8defc09
commit 22596080c9
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ nf.GoTo = (function () {
}
// show the dialog
$('#connections-dialog').modal('setHeaderText', 'Downstream Connections').modal('show');
$('#connections-dialog').modal('setHeaderText', 'Upstream Connections').modal('show');
}).fail(nf.Common.handleAjaxError);
},