mirror of https://github.com/apache/nifi.git
NIFI-259:
- Ensuring component state is sorted accordingly when loaded in the table.
This commit is contained in:
parent
f6ec437bc7
commit
c18f75c597
|
@ -161,6 +161,7 @@ nf.ComponentState = (function () {
|
|||
|
||||
// complete the update
|
||||
componentStateData.endUpdate();
|
||||
componentStateData.reSort();
|
||||
|
||||
// update the total number of state entries
|
||||
$('#total-component-state-entries').text(count);
|
||||
|
|
Loading…
Reference in New Issue