mirror of https://github.com/apache/nifi.git
Merge branch 'NIFI-259' of https://git-wip-us.apache.org/repos/asf/nifi into NIFI-259
This commit is contained in:
commit
8f9c0b9ca3
|
@ -161,6 +161,7 @@ nf.ComponentState = (function () {
|
||||||
|
|
||||||
// complete the update
|
// complete the update
|
||||||
componentStateData.endUpdate();
|
componentStateData.endUpdate();
|
||||||
|
componentStateData.reSort();
|
||||||
|
|
||||||
// update the total number of state entries
|
// update the total number of state entries
|
||||||
$('#total-component-state-entries').text(count);
|
$('#total-component-state-entries').text(count);
|
||||||
|
|
Loading…
Reference in New Issue