mirror of https://github.com/apache/nifi.git
NIFI-331:
- Ensuring remote process groups are updated accordingly after a successfully AJAX request.
This commit is contained in:
parent
0133f84718
commit
b64fe4755a
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue