mirror of https://github.com/apache/nifi.git
[NIFI-2891] persist selected tab for connection configuration dialog, except for when creating a new connection the dialog will open with the details tab visible since users will need to select a connection relationship. This closes #1535
This commit is contained in:
parent
8e17929d6a
commit
a76641b252
|
@ -1450,9 +1450,6 @@
|
||||||
}
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
// select the first tab
|
|
||||||
$('#connection-configuration-tabs').find('li:first').click();
|
|
||||||
|
|
||||||
// show the details dialog
|
// show the details dialog
|
||||||
$('#connection-configuration').modal('setHeaderText', 'Configure Connection').modal('show');
|
$('#connection-configuration').modal('setHeaderText', 'Configure Connection').modal('show');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue