[
https://issues.apache.org/jira/browse/NIFI-4535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16543589#comment-16543589
]
Matt Gilman commented on NIFI-4535:
-----------------------------------
In the same place where the document title was being set, we have similar code
to set the current group name.
{code:java}
if (breadcrumb.permissions.canRead) {
nfCanvas.setGroupName(breadcrumb.breadcrumb.name);
} else {
nfCanvas.setGroupName(breadcrumb.id);
}
{code}
> Set the Page Title to the name of the Root Process Group
> --------------------------------------------------------
>
> Key: NIFI-4535
> URL: https://issues.apache.org/jira/browse/NIFI-4535
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core UI
> Reporter: Peter Wicks
> Assignee: Peter Wicks
> Priority: Minor
> Fix For: 1.8.0
>
>
> NiFi's UI has a hard coded page title of NiFi. I have many servers and it's
> hard to keep track of the tabs in Chrome.
> Please change the Title of the page so it matches the name of the Root
> processor group. This way I can name the root group by server/instance, and
> easily identify the right tab/window.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)