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

This commit is contained in:
Scott Aslan 2016-04-15 10:13:51 -04:00 committed by Matt Gilman
parent 153f63ef43
commit 10986553aa
1 changed files with 0 additions and 4 deletions

View File

@ -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();
}