mirror of https://github.com/apache/nifi.git
[NIFI-1761] UI - Remove reminants of cluster-indicator. This closes #356
This commit is contained in:
parent
153f63ef43
commit
10986553aa
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue