mirror of https://github.com/apache/nifi.git
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:
parent
07dfdff389
commit
a9b8635ac9
|
@ -536,7 +536,7 @@
|
||||||
reportingTaskGrid.scrollRowIntoView(row);
|
reportingTaskGrid.scrollRowIntoView(row);
|
||||||
|
|
||||||
// select the reporting task tab
|
// select the reporting task tab
|
||||||
$('#settings-tabs').find('li:last').click();
|
$('#settings-tabs').find('li:nth-child(3)').click();
|
||||||
|
|
||||||
// close the dialog and shell
|
// close the dialog and shell
|
||||||
referenceContainer.closest('.dialog').modal('hide');
|
referenceContainer.closest('.dialog').modal('hide');
|
||||||
|
|
Loading…
Reference in New Issue