mirror of
https://github.com/apache/nifi.git
synced 2025-02-09 11:35:05 +00:00
NIFI-12167:
- Renaming Usage to View Documentation. Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #7904.
This commit is contained in:
parent
15c3bdeac1
commit
9e5892780a
@ -843,7 +843,7 @@
|
||||
{id: 'show-stats-menu-item', condition: supportsStats, menuItem: {clazz: 'fa fa-area-chart', text: 'View status history', action: 'showStats'}},
|
||||
{id: 'view-state-menu-item', condition: isStatefulProcessor, menuItem: {clazz: 'fa fa-tasks', text: 'View state', action: 'viewState'}},
|
||||
{id: 'list-queue-menu-item', condition: canListQueue, menuItem: {clazz: 'fa fa-list', text: 'List queue', action: 'listQueue'}},
|
||||
{id: 'show-usage-menu-item', condition: hasUsage, menuItem: {clazz: 'fa fa-book', text: 'View usage', action: 'showUsage'}},
|
||||
{id: 'show-usage-menu-item', condition: hasUsage, menuItem: {clazz: 'fa fa-book', text: 'View documentation', action: 'showUsage'}},
|
||||
{id: 'view-menu-item', groupMenuItem: {clazz: 'icon icon-connect', text: 'View connections'}, menuItems: [
|
||||
{id: 'show-upstream-menu-item', condition: hasUpstream, menuItem: {clazz: 'icon', text: 'Upstream', action: 'showUpstream'}},
|
||||
{id: 'show-downstream-menu-item', condition: hasDownstream, menuItem: {clazz: 'icon', text: 'Downstream', action: 'showDownstream'}}
|
||||
|
@ -866,7 +866,7 @@
|
||||
}
|
||||
|
||||
// always include a button to view the usage
|
||||
var markup = '<div title="Usage" class="pointer controller-service-usage fa fa-book"></div>';
|
||||
var markup = '<div title="View Documentation" class="pointer controller-service-usage fa fa-book"></div>';
|
||||
|
||||
var hasComments = !nfCommon.isBlank(dataContext.component.comments);
|
||||
var hasErrors = !nfCommon.isEmpty(dataContext.component.validationErrors);
|
||||
|
@ -1599,7 +1599,7 @@
|
||||
var markup = '<div title="View Details" class="pointer view-reporting-task fa fa-info-circle"></div>';
|
||||
|
||||
// always include a button to view the usage
|
||||
markup += '<div title="Usage" class="pointer reporting-task-usage fa fa-book"></div>';
|
||||
markup += '<div title="View Documentation" class="pointer reporting-task-usage fa fa-book"></div>';
|
||||
|
||||
var hasComments = !nfCommon.isBlank(dataContext.component.comments);
|
||||
var hasErrors = !nfCommon.isEmpty(dataContext.component.validationErrors);
|
||||
@ -2508,7 +2508,7 @@
|
||||
var markup = '<div title="View Details" class="pointer view-flow-analysis-rule fa fa-info-circle"></div>';
|
||||
|
||||
// always include a button to view the usage
|
||||
markup += '<div title="Usage" class="pointer flow-analysis-rule-usage fa fa-book"></div>';
|
||||
markup += '<div title="View Documentation" class="pointer flow-analysis-rule-usage fa fa-book"></div>';
|
||||
|
||||
var hasErrors = !nfCommon.isEmpty(dataContext.component.validationErrors);
|
||||
|
||||
@ -2993,7 +2993,7 @@
|
||||
var markup = '<div title="View Details" class="pointer view-parameter-provider fa fa-info-circle"></div>';
|
||||
|
||||
// always include a button to view the usage
|
||||
markup += '<div title="Usage" class="pointer parameter-provider-usage fa fa-book"></div>';
|
||||
markup += '<div title="View Documentation" class="pointer parameter-provider-usage fa fa-book"></div>';
|
||||
|
||||
var hasErrors = !nfCommon.isEmpty(dataContext.component.validationErrors);
|
||||
var hasBulletins = !nfCommon.isEmpty(dataContext.bulletins);
|
||||
|
Loading…
x
Reference in New Issue
Block a user