[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:
Scott Aslan 2017-02-23 10:40:58 -05:00 committed by Matt Gilman
parent 8e17929d6a
commit a76641b252
No known key found for this signature in database
GPG Key ID: DF61EC19432AEE37
1 changed files with 0 additions and 3 deletions

View File

@ -1450,9 +1450,6 @@
}
}]);
// select the first tab
$('#connection-configuration-tabs').find('li:first').click();
// show the details dialog
$('#connection-configuration').modal('setHeaderText', 'Configure Connection').modal('show');