You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2016/04/15 22:13:24 UTC

nifi git commit: [NIFI-1761] UI - Remove reminants of cluster-indicator. This closes #356

Repository: nifi
Updated Branches:
  refs/heads/master 153f63ef4 -> 10986553a


[NIFI-1761] UI - Remove reminants of cluster-indicator. This closes #356


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/10986553
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/10986553
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/10986553

Branch: refs/heads/master
Commit: 10986553aa8abfdae200735b1d60fe1b2423d050
Parents: 153f63e
Author: Scott Aslan <ja...@hortonworks.com>
Authored: Fri Apr 15 10:13:51 2016 -0400
Committer: Matt Gilman <ma...@gmail.com>
Committed: Fri Apr 15 16:12:51 2016 -0400

----------------------------------------------------------------------
 .../nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas-header.js | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/10986553/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas-header.js
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas-header.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas-header.js
index 02000c5..03e2513 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas-header.js
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas-header.js
@@ -79,10 +79,6 @@ nf.CanvasHeader = (function () {
 
                 // show the connected nodes
                 $('#connected-nodes-element').show();
-
-                // show the cluster indicator
-                $('#cluster-indicator').show();
-                $('#data-flow-title-viewport').css('left', '113px');
             } else {
                 $('#cluster-link').hide();
             }