From 22596080c9ae7d1b285a72f446b54f73c4ed7672 Mon Sep 17 00:00:00 2001 From: Matt Gilman Date: Thu, 8 Jan 2015 07:16:45 -0500 Subject: [PATCH] NIFI-233: - Fixing the Downstream label for Upstream components from a process group. --- .../web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-go-to.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-go-to.js b/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-go-to.js index ddc501a7f7..18812c4aee 100644 --- a/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-go-to.js +++ b/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-go-to.js @@ -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); },