NIFI-259:

- Ensuring component state is sorted accordingly when loaded in the table.
This commit is contained in:
Matt Gilman 2016-01-21 11:25:17 -05:00
parent f6ec437bc7
commit c18f75c597
1 changed files with 1 additions and 0 deletions

View File

@ -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);