Skip to content

Commit 5546b7a

Browse files
authored
NIFI-10566: update availability text in Controller Settings (#6463)
* NIFI-10566: update availability text in Controller Settings - fix link in controller service referencing a parameter provider * add Registry Clients to the availability message This closes #6463
1 parent 422134c commit 5546b7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/settings-content.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
Last updated:&nbsp;<span id="settings-last-refreshed" class="value-color"></span>
7878
</div>
7979
<div id="settings-loading-container" class="loading-container"></div>
80-
<div id="controller-cs-availability" class="hidden">Listed services are available to all Reporting Tasks and services defined in the Controller Settings.</div>
80+
<div id="controller-cs-availability" class="hidden">Listed services are available to all Reporting Tasks, Registry Clients, Parameter Providers, and services defined in the Controller Settings.</div>
8181
<div class="clear"></div>
8282
</div>
8383
</div>

nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-controller-service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@
650650
// close the dialog and shell
651651
referenceContainer.closest('.dialog').modal('hide');
652652

653-
$('#settings-tabs').find('li:eq(5)').click();
653+
$('#settings-tabs').find('li:nth-child(5)').click();
654654

655655
// adjust the table size
656656
parameterProvidersGrid.resizeCanvas();

0 commit comments

Comments
 (0)