mirror of
https://github.com/apache/nifi.git
synced 2025-02-09 03:25:04 +00:00
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) {
|
}).done(function (response) {
|
||||||
// update the revision
|
// update the revision
|
||||||
nf.Client.setRevision(response.revision);
|
nf.Client.setRevision(response.revision);
|
||||||
|
|
||||||
|
// refresh the remote process group component
|
||||||
|
nf.RemoteProcessGroup.set(response.remoteProcessGroup);
|
||||||
|
|
||||||
// close the details panel
|
// close the details panel
|
||||||
$('#remote-process-group-configuration').modal('hide');
|
$('#remote-process-group-configuration').modal('hide');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user