Merge branch 'NIFI-259' of https://git-wip-us.apache.org/repos/asf/nifi into NIFI-259

This commit is contained in:
Mark Payne 2016-01-21 12:00:44 -05:00
commit 8f9c0b9ca3
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);