mirror of https://github.com/apache/nifi.git
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:
parent
422134c55d
commit
5546b7ab01
|
@ -77,7 +77,7 @@
|
|||
Last updated: <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>
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue