NIFI-12281 Fix Go To in Parameter Providers to Provider Context

This closes #7939

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Pierre Villard 2023-10-26 12:49:46 -07:00 committed by exceptionfactory
parent 4fa0299f8b
commit 1df9738f8f
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -3386,7 +3386,7 @@
parameterProviderGrid.setSelectedRows([row]);
parameterProviderGrid.scrollRowIntoView(row);
$('#settings-tabs').find('li:eq(4)').click();
$('#settings-tabs').find('li:eq(5)').click();
// adjust the table size
nfSettings.resetTableSize();