You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2022/03/01 19:57:58 UTC

[nifi] branch main updated (0d0912d -> 4719f78)

This is an automated email from the ASF dual-hosted git repository.

mcgilman pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 0d0912d  NIFI-9400: Ensure that we always use the CollectionUsage metrics in the mbeans instead of the Usage metrics.
     add 4719f78  NIFI-9580: UI work for framework-level retry in Processors (#5666)

No new revisions were added by this update.

Summary of changes:
 .../partials/canvas/processor-configuration.jsp    |  57 ++++++++--
 .../webapp/WEB-INF/partials/processor-details.jsp  |  57 ++++++++--
 .../nifi-web-ui/src/main/webapp/css/common-ui.css  |   5 +
 .../main/webapp/css/processor-configuration.css    |  31 +++++-
 .../src/main/webapp/css/processor-details.css      |  49 +++++++-
 .../js/nf/canvas/nf-processor-configuration.js     | 123 ++++++++++++++++-----
 .../nifi-web-ui/src/main/webapp/js/nf/nf-common.js |   5 +
 .../src/main/webapp/js/nf/nf-processor-details.js  |  70 +++++++++---
 8 files changed, 323 insertions(+), 74 deletions(-)