NIFI-6522: Referencing Components link from Reporting Task Constroller Services links to proper Controller Settings tab

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #4794.
This commit is contained in:
Mark Bean 2021-02-01 12:44:52 -05:00 committed by Pierre Villard
parent 07dfdff389
commit a9b8635ac9
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@
reportingTaskGrid.scrollRowIntoView(row);
// select the reporting task tab
$('#settings-tabs').find('li:last').click();
$('#settings-tabs').find('li:nth-child(3)').click();
// close the dialog and shell
referenceContainer.closest('.dialog').modal('hide');