NIFI-331:

- Ensuring remote process groups are updated accordingly after a successfully AJAX request.
This commit is contained in:
Matt Gilman 2015-02-09 08:51:21 -05:00
parent 0133f84718
commit b64fe4755a
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ nf.RemoteProcessGroupConfiguration = (function () {
}).done(function (response) {
// update the revision
nf.Client.setRevision(response.revision);
// refresh the remote process group component
nf.RemoteProcessGroup.set(response.remoteProcessGroup);
// close the details panel
$('#remote-process-group-configuration').modal('hide');