mirror of
https://github.com/apache/nifi.git
synced 2025-02-08 02:58:43 +00:00
* [NIFI-12415] Counters page * populate counter the table. * support counter reset. * filtering by name and by context * sorting, including initial sort * added basic tests * Formatted with Prettier * review feedback - removing unused things. * align mat-table usage to a common style * disable the Counter menu item if the user doesn't have counterPermissions.canRead This closes #8077