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
This commit is contained in:
M Tien 2022-10-03 05:23:52 -07:00 committed by GitHub
parent 422134c55d
commit 5546b7ab01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@
Last updated:&nbsp;<span id="settings-last-refreshed" class="value-color"></span>
</div>
<div id="settings-loading-container" class="loading-container"></div>
<div id="controller-cs-availability" class="hidden">Listed services are available to all Reporting Tasks and services defined in the Controller Settings.</div>
<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>
<div class="clear"></div>
</div>
</div>

View File

@ -650,7 +650,7 @@
// close the dialog and shell
referenceContainer.closest('.dialog').modal('hide');
$('#settings-tabs').find('li:eq(5)').click();
$('#settings-tabs').find('li:nth-child(5)').click();
// adjust the table size
parameterProvidersGrid.resizeCanvas();