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

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


    from 814e94b2ac NIFI-12244 - UpdateRecord invalid because of 
migrateProperties (#7898)
     add d4014c71ee NIFI-12099 Repurpose Template icon in top left bar (#7811)

No new revisions were added by this update.

Summary of changes:
 .../nifi-framework/nifi-web/nifi-web-ui/pom.xml    |   1 +
 .../src/main/resources/filters/canvas.properties   |   1 +
 .../WEB-INF/partials/canvas/canvas-header.jsp      |   7 +
 .../nifi-web-ui/src/main/webapp/css/header.css     |   1 -
 .../src/main/webapp/fonts/flowfont/flowfont.css    |  47 +++---
 .../src/main/webapp/fonts/flowfont/flowfont.eot    | Bin 25120 -> 25276 bytes
 .../src/main/webapp/fonts/flowfont/flowfont.svg    |  68 +++++----
 .../src/main/webapp/fonts/flowfont/flowfont.ttf    | Bin 24952 -> 25108 bytes
 .../src/main/webapp/fonts/flowfont/flowfont.woff   | Bin 12664 -> 13660 bytes
 .../src/main/webapp/fonts/flowfont/flowfont.woff2  | Bin 10780 -> 11600 bytes
 .../main/webapp/js/jquery/tabbs/jquery.tabbs.js    |   2 +-
 .../controllers/nf-ng-canvas-toolbox-controller.js |   5 +
 .../header/components/nf-ng-group-component.js     |   2 +-
 .../components/nf-ng-registry-import-component.js  | 105 +++++++++++++
 .../webapp/js/nf/canvas/nf-canvas-bootstrap.js     |  12 +-
 .../main/webapp/js/nf/canvas/nf-flow-version.js    |   9 +-
 .../src/main/webapp/js/nf/canvas/nf-settings.js    | 170 ++++++++++++---------
 17 files changed, 294 insertions(+), 136 deletions(-)
 mode change 100755 => 100644 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/fonts/flowfont/flowfont.css
 mode change 100755 => 100644 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/fonts/flowfont/flowfont.eot
 mode change 100755 => 100644 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/fonts/flowfont/flowfont.svg
 mode change 100755 => 100644 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/fonts/flowfont/flowfont.ttf
 mode change 100755 => 100644 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/fonts/flowfont/flowfont.woff
 mode change 100755 => 100644 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/fonts/flowfont/flowfont.woff2
 create mode 100644 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/header/components/nf-ng-registry-import-component.js

Reply via email to