apply hortonworks branding

Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/d3098192
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/d3098192
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/d3098192

Branch: refs/heads/HDF-3.1-maint
Commit: d30981924b2a74cda1c99d37ac066a5b8a049ae3
Parents: 4d14368
Author: Scott Aslan <scottyas...@gmail.com>
Authored: Tue May 9 14:52:10 2017 -0400
Committer: Matt Gilman <matt.c.gil...@gmail.com>
Committed: Tue Jan 16 15:30:28 2018 -0500

----------------------------------------------------------------------
 .../WEB-INF/partials/canvas/about-dialog.jsp    | 12 +++--
 .../WEB-INF/partials/canvas/canvas-header.jsp   |  2 +-
 .../nifi-web-ui/src/main/webapp/css/about.css   | 54 ++++++++++++++++++--
 .../nifi-web-ui/src/main/webapp/css/header.css  |  4 +-
 .../src/main/webapp/css/navigation.css          |  2 +-
 .../src/main/webapp/images/hdf-footer.svg       | 17 ++++++
 .../src/main/webapp/images/hdf-header.svg       | 17 ++++++
 .../src/main/webapp/images/hdf-icon.svg         | 17 ++++++
 .../src/main/webapp/images/hwx-logo.svg         | 17 ++++++
 .../src/main/webapp/images/nifi-drop.svg        |  2 +-
 .../nf-ng-canvas-global-menu-controller.js      | 26 +++++++---
 .../views/nf-ng-breadcrumbs-directive-view.html |  1 +
 12 files changed, 149 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/d3098192/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/about-dialog.jsp
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/about-dialog.jsp
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/about-dialog.jsp
index 6453da6..8c4736d 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/about-dialog.jsp
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/about-dialog.jsp
@@ -17,11 +17,13 @@
 <%@ page contentType="text/html" pageEncoding="UTF-8" session="false" %>
 <div id="nf-about">
     <div id="nf-about-pic-container">
+        <img id="nf-about-hdf-icon" src="images/hdf-icon.svg">
+        <p id="nf-about-hdf-version-number" title="Version 3.1.0">Version 
3.1.0</p>
         <div id="nf-about-pic"></div>
     </div>
     <div class="dialog-content">
         <div id="nf-about-content">
-            <span id="nf-version"></span>
+            <p id="nf-version"></p>
             <div id="nf-version-detail">
                 <p id="nf-version-detail-timestamp">
                     <span id="nf-about-build-timestamp"></span>
@@ -33,12 +35,14 @@
                     From <span id="nf-about-build-revision"></span> on branch 
<span id="nf-about-build-branch"></span>
                 </p>
             </div>
-            <p>
+            <div id="nf-about-description-container">
+                <img id="nf-about-nifi-drop" src="images/nifi-drop.svg">
+                <p id="nf-about-description">
                 Apache NiFi is a framework to support highly scalable and 
flexible dataflows.
                 It can be run on laptops up through clusters of enterprise 
class servers.
                 Instead of dictating a particular dataflow or behavior it 
empowers you to design your own
-                optimal dataflow tailored to your specific environment.
-            </p>
+                optimal dataflow tailored to your specific environment.</p>
+            </div>
         </div>
     </div>
 </div>

http://git-wip-us.apache.org/repos/asf/nifi/blob/d3098192/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/canvas-header.jsp
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/canvas-header.jsp
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/canvas-header.jsp
index 7dd481f..79415e8 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/canvas-header.jsp
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/canvas-header.jsp
@@ -16,7 +16,7 @@
 --%>
 <%@ page contentType="text/html" pageEncoding="UTF-8" session="false" %>
 <md-toolbar id="header" layout-align="space-between center" layout="row" 
class="md-small md-accent md-hue-1">
-    <img id="nifi-logo" src="images/nifi-logo.svg">
+    <img id="nifi-logo" src="images/hdf-header.svg">
     <div flex layout="row" layout-align="space-between center">
         <div id="component-container">
             <button 
title="{{appCtrl.serviceProvider.headerCtrl.toolboxCtrl.config.type.processor}}"

http://git-wip-us.apache.org/repos/asf/nifi/blob/d3098192/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/about.css
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/about.css
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/about.css
index 0c29af2..e815c49 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/about.css
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/about.css
@@ -17,13 +17,17 @@
 #nf-about {
     overflow: hidden;
     width: 500px;
-    height: 500px;
-    max-height: 450px;
+    height: 543px;
+    max-height: 543px;
+}
+
+#nf-about .dialog-header {
+    background-color: #3fae2a;
 }
 
 #nf-about-pic {
     height: 60%;
-    background: url(../images/nifi-logo-about.svg) #000000 no-repeat center 
center;
+    background: url(../images/hwx-logo.svg) #000000 no-repeat center center;
     top: 20%;
     position: relative;
 }
@@ -37,13 +41,17 @@
     font-weight:500;
     font-size: 13px;
     cursor: pointer;
+    padding: 0px;
 }
 
 #nf-about-content p {
-    padding-top: 9px;
+    padding-top: 15px;
     padding-bottom: 9px;
     font-size: 15px;
     line-height: 15px;
+    text-overflow: ellipsis;
+    overflow: hidden;
+    white-space: nowrap;
 }
 
 #nf-about-content span.link {
@@ -52,8 +60,44 @@
     font-weight:900;
 }
 
+#nf-about-description {
+    margin-left: 68px;
+    white-space: normal !important;
+}
+
+#nf-about-description-container {
+    position: relative;
+}
+
+#nf-about-nifi-drop {
+    position: absolute;
+    top: 15px;
+    left: 0px;
+    width: 48px;
+}
+
+#nf-about-hdf-icon {
+    position: absolute;
+    top: 65px;
+    left: 20px;
+    width: 48px;
+    z-index: 1;
+}
+
+#nf-about-hdf-version-number {
+    position: absolute;
+    top: 85px;
+    left: 77px;
+    z-index: 1;
+    color: #fff;
+    font-size: 13px;
+    text-overflow: ellipsis;
+    overflow: hidden;
+    white-space: nowrap;
+    right: 5px;
+}
+
 #nf-version-detail {
-    padding: 5px 0 0 5px;
     display: none;
 }
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/d3098192/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/header.css
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/header.css
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/header.css
index 95342bf..3f74e27 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/header.css
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/header.css
@@ -63,8 +63,8 @@ md-toolbar.md-small .md-toolbar-tools {
 }
 
 #nifi-logo {
-    height: 37px;
-    margin:0 20px 3px 15px;
+    height: 100%;
+    margin: 0 39px 0px 0px;
 }
 
 #global-menu-button {

http://git-wip-us.apache.org/repos/asf/nifi/blob/d3098192/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/navigation.css
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/navigation.css
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/navigation.css
index 17200d7..7307b59 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/navigation.css
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/navigation.css
@@ -299,7 +299,7 @@ span.breadcrumb-version-control-gray {
     position: absolute;
     left: 5px;
     top: 8px;
-    right: 5px;
+    right: 138px;
     z-index: 4;
 }
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/d3098192/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hdf-footer.svg
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hdf-footer.svg
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hdf-footer.svg
new file mode 100644
index 0000000..f7d06e5
--- /dev/null
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hdf-footer.svg
@@ -0,0 +1,17 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 89 
24"><defs><style>.cls-1{fill:#484848;}.cls-2{fill:#728d9b;}</style></defs><title>hdf-branding-graphics</title><g
 id="text-2" data-name="text"><path id="powered-by" class="cls-1" 
d="M2.56,8.72v3.06h-1V4H4.07a2.26,2.26,0,0,1,1.71.65,2.41,2.41,0,0,1,.62,1.74,2.39,2.39,0,0,1-.59,1.74,2.3,2.3,0,0,1-1.67.63Zm0-.84H4.07a1.27,1.27,0,0,0,1-.39,1.64,1.64,0,0,0,.35-1.12,1.69,1.69,0,0,0-.36-1.13,1.23,1.23,0,0,0-1-.42H2.56Zm11.08.68A3.9,3.9,0,0,1,13,11a2.33,2.33,0,0,1-1.94.87A2.35,2.35,0,0,1,9.11,11a3.71,3.71,0,0,1-.73-2.38V7.2a3.91,3.91,0,0,1,.69-2.46A2.31,2.31,0,0,1,11,3.86a2.34,2.34,0,0,1,1.93.85,3.83,3.83,0,0,1,.71,2.43Zm-1-1.37a3.35,3.35,0,0,0-.41-1.85A1.39,1.39,0,0,0,11,4.74a1.39,1.39,0,0,0-1.23.61,3.25,3.25,0,0,0-.42,1.8v1.4a3.31,3.31,0,0,0,.42,1.83A1.39,1.39,0,0,0,11,11a1.38,1.38,0,0,0,1.22-.58,3.27,3.27,0,0,0,.41-1.78Zm4.88,2.13.1.88.16-.77L19,4h.82l1.21,5.46.16.79.11-.9L22.3,4h1l-1.56,7.82h-.89l-1.3-5.7-.08-.46-.08.46L18,11.78h-.8
 
9L15.58,4h1ZM29,8.17H26.28v2.77h3.22v.84H25.3V4h4.15v.84H26.28V7.32H29Zm5,.45H32.63v3.16h-1V4h2.19a2.34,2.34,0,0,1,1.74.6,2.4,2.4,0,0,1,.59,1.75,2.44,2.44,0,0,1-.32,1.26,2,2,0,0,1-.91.81l1.52,3.32v.06H35.4Zm-1.37-.84h1.19a1.28,1.28,0,0,0,1-.4,1.51,1.51,0,0,0,.37-1.07q0-1.51-1.36-1.51H32.63Zm9.48.39H39.34v2.77h3.22v.84H38.36V4h4.15v.84H39.34V7.32h2.77Zm2.59,3.62V4h1.86a2.69,2.69,0,0,1,2.13.86,3.52,3.52,0,0,1,.76,2.41V8.54a3.45,3.45,0,0,1-.77,2.4,2.86,2.86,0,0,1-2.23.85Zm1-7v6.13h.79A1.83,1.83,0,0,0,48,10.35a2.8,2.8,0,0,0,.49-1.76V7.2A2.83,2.83,0,0,0,48,5.38a1.75,1.75,0,0,0-1.44-.58Zm9.58,7V4h2.23a2.23,2.23,0,0,1,1.61.52A2.07,2.07,0,0,1,59.64,6a1.73,1.73,0,0,1-.27,1,1.85,1.85,0,0,1-.74.65,1.48,1.48,0,0,1,.85.66,2.21,2.21,0,0,1,.31,1.2,2.29,2.29,0,0,1-.58,1.65,2.17,2.17,0,0,1-1.65.6Zm1-4.48h1.26A1.07,1.07,0,0,0,58.33,7,1.31,1.31,0,0,0,58.65,6a1.31,1.31,0,0,0-.28-.94,1.16,1.16,0,0,0-.87-.29H56.25Zm0,.83v2.81h1.34a1.13,1.13,0,0,0,.89-.37,1.5,1.5,0,0,0,.33-1q0-1.41-1.19-1.41Zm7.64-.24L65.
 48,4h1.11l-2.22,4.9v2.92h-1V8.87L61.16,4h1.12Z"/><path id="apache-nifi" 
class="cls-1" 
d="M5.13,20.18H3l-.42,1.6H.89L3.33,14H4.78l2.46,7.82H5.55ZM3.32,18.87H4.78l-.73-2.79Zm7.11.17v2.75H8.85V14h2.66a2.44,2.44,0,0,1,1.85.72,2.59,2.59,0,0,1,.69,1.87,2.42,2.42,0,0,1-.68,1.82,2.59,2.59,0,0,1-1.89.67Zm0-1.32h1.09a.86.86,0,0,0,.7-.29,1.31,1.31,0,0,0,.25-.86,1.55,1.55,0,0,0-.25-.93.81.81,0,0,0-.68-.35h-1.1Zm8.33,2.47H16.61l-.42,1.6H14.52L17,14h1.44l2.46,7.82H19.18ZM17,18.87h1.46l-.73-2.79Zm10.71.31a2.92,2.92,0,0,1-.75,2,2.66,2.66,0,0,1-2,.69,2.46,2.46,0,0,1-2-.87,3.87,3.87,0,0,1-.71-2.49V17.21a3.77,3.77,0,0,1,.73-2.48,2.5,2.5,0,0,1,2-.87,2.52,2.52,0,0,1,1.94.71,3.24,3.24,0,0,1,.75,2.05H26.09a2.09,2.09,0,0,0-.25-1.14,1,1,0,0,0-.86-.31,1,1,0,0,0-.9.44,3.08,3.08,0,0,0-.28,1.46v1.48a3.4,3.4,0,0,0,.26,1.6,1,1,0,0,0,.89.44,1,1,0,0,0,.86-.3,2,2,0,0,0,.27-1.1ZM35,21.78H33.43V18.44H31.1v3.35H29.52V14H31.1v3.16h2.33V14H35Zm6.19-3.38H38.73v2.07h2.91v1.31H37.15V14h4.48v1.32h-2.9v1.85h2.46Zm11.12,3.38H5
 
0.73l-2.31-5.13v5.13H46.84V14h1.58l2.32,5.13V14h1.57Zm3.8,0H54.53V14h1.58Zm6.24-3.19H59.89v3.19H58.31V14h4.33v1.32H59.89v2h2.46Zm3.73,3.19H64.49V14h1.58Z"/></g><g
 id="drop"><path id="drop-2" data-name="drop" class="cls-2" 
d="M80.09,22.44a7.57,7.57,0,0,1-7.57-7.57c0-3.6,2.82-7,4.75-9.57A28.33,28.33,0,0,0,80,1a.09.09,0,0,1,.16,0,28.33,28.33,0,0,0,2.74,4.32c1.93,2.52,4.75,6,4.75,9.57H83a.18.18,0,0,0-.18.18v2.6h-2.6a.18.18,0,0,0-.18.18Zm5.61-4.68V15.85H83.8v1.91Zm-2.81,2.81V18.66H81v1.91ZM81,23.06a7.17,7.17,0,0,0,1.91-.38v-.75H81Zm4.94-2A.23.23,0,0,0,86.1,21a.22.22,0,0,0,.06-.16V19.12H84.25V21Zm-1.51,1.9a7.25,7.25,0,0,0,.64-.37h-.64Zm3.39-5.16a7.18,7.18,0,0,0,.38-1.91H87.06v1.91Zm-.13,2.17a7.27,7.27,0,0,0,.37-.64h-.37ZM74.5,17.51a9.84,9.84,0,0,1,.73-6.4A27.21,27.21,0,0,1,76.75,8l.07-.11-.22,0a24.78,24.78,0,0,0-1.71,2.64,8.79,8.79,0,0,0-1.3,5.59,7,7,0,0,0,2.31,4.18A7.83,7.83,0,0,1,74.5,17.51Z"/></g></svg>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi/blob/d3098192/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hdf-header.svg
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hdf-header.svg
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hdf-header.svg
new file mode 100644
index 0000000..3e23cdd
--- /dev/null
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hdf-header.svg
@@ -0,0 +1,17 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 119 
56"><defs><style>.cls-1{fill:none;}.cls-2{fill:#fff;}.cls-3{fill:#456a7d;}.cls-4{fill:#3f3f3f;}</style></defs><title>hdf-header</title><g
 id="rectangle-for-sizing-2" data-name="rectangle-for-sizing"><rect 
class="cls-1" width="119" height="56"/></g><g id="logo-hwx"><path 
id="logo-hwx-2" data-name="logo-hwx" class="cls-2" 
d="M11,32.85V30.22H9.27v2.62H7.64V26.22H9.27v2.55H11V26.22h1.63v6.62Zm7.13-.69a2.43,2.43,0,0,1-1.85.74,2.43,2.43,0,0,1-1.85-.74,3.4,3.4,0,0,1-.67-2.62,3.4,3.4,0,0,1,.67-2.62,2.43,2.43,0,0,1,1.85-.74,2.43,2.43,0,0,1,1.85.74,3.4,3.4,0,0,1,.67,2.62A3.4,3.4,0,0,1,18.13,32.16Zm-1.2-4.25a.88.88,0,0,0-1.3,0c-.15.2-.24.42-.24,1.63s.09,1.42.24,1.62a.86.86,0,0,0,1.3,0c.15-.2.24-.41.24-1.62S17.07,28.1,16.93,27.91Zm6.35,4.94L22.1,30.38h-.55v2.47H19.92V26.22h2.62a2.12,2.12,0,0,1,2.26,2.13,1.91,1.91,0,0,1-1.08,1.73l1.43,2.76Zm-.8-5.16h-.92V29h.92a.67.67,0,1,0,0-1.34Zm6.38,0v5.17H27.23V27.67H25.6V26.22h4.88v1.45Zm6.55,4.48a2.
 
67,2.67,0,0,1-3.7,0A3.4,3.4,0,0,1,31,29.54a3.4,3.4,0,0,1,.67-2.62,2.67,2.67,0,0,1,3.7,0,3.4,3.4,0,0,1,.67,2.62A3.4,3.4,0,0,1,35.41,32.16Zm-1.2-4.25a.88.88,0,0,0-1.3,0c-.15.2-.24.42-.24,1.63s.09,1.42.24,1.62a.86.86,0,0,0,1.3,0c.15-.2.24-.41.24-1.62S34.35,28.1,34.21,27.91ZM41,32.85l-2.12-3.33v3.33H37.2V26.22h1.42l2.12,3.33V26.22h1.63v6.62Zm8.71,0H48.33l-1.07-3.27-1.07,3.27H44.87L43,26.22h1.7l.87,3.5,1.07-3.5h1.15l1.07,3.5.87-3.5h1.7Zm6.55-.69a2.67,2.67,0,0,1-3.7,0,3.4,3.4,0,0,1-.67-2.62,3.4,3.4,0,0,1,.67-2.62,2.67,2.67,0,0,1,3.7,0,3.4,3.4,0,0,1,.67,2.62A3.4,3.4,0,0,1,56.21,32.16ZM55,27.91a.88.88,0,0,0-1.3,0c-.15.2-.24.42-.24,1.63s.09,1.42.24,1.62a.86.86,0,0,0,1.3,0c.15-.2.24-.41.24-1.62S55.16,28.1,55,27.91Zm6.35,4.94-1.17-2.47h-.55v2.47H58V26.22h2.62a2.12,2.12,0,0,1,2.26,2.13,1.91,1.91,0,0,1-1.08,1.73l1.43,2.76Zm-.8-5.16h-.92V29h.92a.67.67,0,1,0,0-1.34Zm7.21,5.16-1.53-2.72-.56.64v2.08H64.08V26.22h1.61v2.34l1.92-2.34h2L67.33,28.9l2.34,3.95Zm4.46.06A3.23,3.23,0,0,1,69.72,32l1-1a2.16,2.1
 
6,0,0,0,1.48.47c.64,0,.95-.21.95-.6a.55.55,0,0,0-.13-.39.74.74,0,0,0-.44-.18l-.8-.11a2.24,2.24,0,0,1-1.33-.59A1.83,1.83,0,0,1,70,28.26a2.14,2.14,0,0,1,2.42-2.09,2.94,2.94,0,0,1,2.23.79l-1,1a1.64,1.64,0,0,0-1.26-.39c-.57,0-.8.33-.8.61a.44.44,0,0,0,.13.31.75.75,0,0,0,.46.2l.8.11a2.23,2.23,0,0,1,1.3.55,1.93,1.93,0,0,1,.49,1.45C74.79,32.17,73.62,32.9,72.23,32.9Zm3.64-5.16a.79.79,0,1,1,.79-.79A.79.79,0,0,1,75.87,27.75Zm0-1.43a.64.64,0,1,0,.63.64A.63.63,0,0,0,75.87,26.31ZM76,27.38,75.86,27h-.11v.34h-.16v-.85h.32a.26.26,0,0,1,.27.26A.24.24,0,0,1,76,27l.19.36Zm-.14-.72h-.14v.26h.14a.13.13,0,1,0,0-.26ZM58.51,20c.69,1.38-.17,4.39-.27,4.7H60a10.26,10.26,0,0,0,1.6-3.24A5.2,5.2,0,0,0,58.51,20Zm-9.07-1.49a26.57,26.57,0,0,1-1.29,6.19h1.7a8.86,8.86,0,0,0,1.75-3A5.55,5.55,0,0,0,49.44,18.53Zm19-1.4A7.79,7.79,0,0,0,66,10.93,8.28,8.28,0,0,0,63.3,10a6.86,6.86,0,0,0-3.52-1.24,1.22,1.22,0,0,0-.4,0s-.17.18-.22.25a8.15,8.15,0,0,0-1.48,4.38c.36,1.19,2.48,2.84,2.48,2.84a5.89,5.89,0,0,1-3-2.6,13.4,13.4,0,0,1,.
 
18-3.25h0a17.45,17.45,0,0,0-6,1.85,9.29,9.29,0,0,0-2.74,3.5,8.63,8.63,0,0,0-.76,2.68c-.12.81-.51,2.45-.51,2.45a.26.26,0,0,0,.19-.06,10.86,10.86,0,0,1,1.55-3c3.74,1.57,3.21,6.5,3.17,6.85H54a12.38,12.38,0,0,0,.81-4.3c7-3.15,9,4,9.08,4.3h1.71a25.87,25.87,0,0,0-1.69-5.63c-.91-2,.11-2.56.26-2.58A2.92,2.92,0,0,1,66,17c.52.32.65.89.79,1.62.29,1.51.51,3.41,2,3.46a1.55,1.55,0,0,0,1.6-1.23L70,20.65a.69.69,0,0,1-.71.46C68.53,21.11,68.36,20,68.42,17.14Zm-2.19-2.87a.41.41,0,1,1,.41-.41A.41.41,0,0,1,66.23,14.26ZM37.73,21c.55,1.11-.14,3.51-.21,3.76h1.37a8.21,8.21,0,0,0,1.28-2.59A4.16,4.16,0,0,0,37.73,21Zm-7.26-1.2a21.26,21.26,0,0,1-1,5H30.8a7.09,7.09,0,0,0,1.4-2.38A4.44,4.44,0,0,0,30.48,19.77Zm15.18-1.12a6.23,6.23,0,0,0-1.9-5,6.63,6.63,0,0,0-2.2-.75,5.49,5.49,0,0,0-2.81-1,1,1,0,0,0-.32,0s-.14.15-.17.2a6.52,6.52,0,0,0-1.19,3.5c.29.95,2,2.27,2,2.27a4.72,4.72,0,0,1-2.38-2.08,10.72,10.72,0,0,1,.15-2.6h0A14,14,0,0,0,32,14.76a7.43,7.43,0,0,0-2.19,2.8,6.9,6.9,0,0,0-.6,2.14c-.09.65-.41,2-.41,2a.21.21,0,0,
 
0,.16-.05,8.69,8.69,0,0,1,1.24-2.37c3,1.25,2.57,5.2,2.54,5.48H34.1a9.9,9.9,0,0,0,.65-3.44c5.62-2.52,7.19,3.18,7.26,3.44h1.37A20.7,20.7,0,0,0,42,20.22c-.73-1.57.09-2,.21-2.07a2.33,2.33,0,0,1,1.53.38c.42.26.52.71.63,1.29.23,1.21.41,2.73,1.63,2.77a1.24,1.24,0,0,0,1.28-1l-.42-.14a.55.55,0,0,1-.56.37C45.75,21.84,45.61,20.94,45.66,18.65Zm-1.75-2.3a.33.33,0,1,1,.33-.33A.33.33,0,0,1,43.91,16.36ZM21.1,21.69c.44.89-.11,2.81-.17,3H22a6.57,6.57,0,0,0,1-2.08A3.33,3.33,0,0,0,21.1,21.69Zm-5.8-1a17,17,0,0,1-.83,4h1.09a5.67,5.67,0,0,0,1.12-1.9A3.55,3.55,0,0,0,15.3,20.73Zm12.15-.89a5,5,0,0,0-1.52-4,5.3,5.3,0,0,0-1.76-.6,4.39,4.39,0,0,0-2.25-.8.78.78,0,0,0-.26,0s-.11.12-.14.16a5.22,5.22,0,0,0-.95,2.8c.23.76,1.59,1.82,1.59,1.82a3.77,3.77,0,0,1-1.9-1.66,8.58,8.58,0,0,1,.12-2.08h0a11.17,11.17,0,0,0-3.84,1.19A6,6,0,0,0,14.77,19a5.52,5.52,0,0,0-.48,1.71c-.07.52-.33,1.57-.33,1.57a.17.17,0,0,0,.12,0,7,7,0,0,1,1-1.9c2.4,1,2.06,4.16,2,4.39h1.09a7.92,7.92,0,0,0,.52-2.75c4.49-2,5.75,2.55,5.81,2.75h1.09a16.56,16.
 
56,0,0,0-1.08-3.6c-.58-1.26.07-1.64.17-1.65a1.87,1.87,0,0,1,1.22.3c.33.2.41.57.5,1,.18,1,.33,2.18,1.31,2.21a1,1,0,0,0,1-.79l-.33-.11a.44.44,0,0,1-.45.29C27.51,22.39,27.41,21.67,27.44,19.84ZM26,18a.26.26,0,1,1,.26-.26A.26.26,0,0,1,26,18Z"/></g><g
 id="icon-hdf"><g id="path-icon-hdf"><path class="cls-3" 
d="M100.22,9.18a3.86,3.86,0,0,1,1.93.52l14,8.09a3.86,3.86,0,0,1,1.93,3.34V37.32a3.86,3.86,0,0,1-1.93,3.34l-14,8.09a3.86,3.86,0,0,1-3.86,0l-14-8.09a3.86,3.86,0,0,1-1.93-3.34V21.14a3.86,3.86,0,0,1,1.93-3.34l14-8.09A3.86,3.86,0,0,1,100.22,9.18Z"/></g><path
 id="text-icon-hdf" class="cls-2" 
d="M96.37,34h-2V29.83H91.48V34h-2V24.23h2v4H94.4v-4h2ZM98,34V24.23h2.59a3.56,3.56,0,0,1,2.73,1.09,4.27,4.27,0,0,1,1,3v1.59a4.28,4.28,0,0,1-1,3,3.64,3.64,0,0,1-2.81,1.1Zm2-8.14v6.5h.59a1.66,1.66,0,0,0,1.39-.52,3.1,3.1,0,0,0,.42-1.8v-1.7a3.48,3.48,0,0,0-.38-1.91,1.55,1.55,0,0,0-1.3-.57ZM110.78,30h-3.07v4h-2V24.23h5.42v1.65h-3.44v2.51h3.07Zm2.83-5.47h-.38v1.28h-.5V24.56h-.4v-.32h1.28Zm1.53.25-.31,1h-.24l-.31
 -1v1h-.45V24.23h.55l.33,1.09.36-1.09h.52v1.61h-.45Z"/></g><g 
id="text-dataflow"><path id="text-dataflow-2" data-name="text-dataflow" 
class="cls-4" 
d="M7.64,49V39.52H9.9a3.26,3.26,0,0,1,2.58,1,4.26,4.26,0,0,1,.92,2.92v1.59A4.18,4.18,0,0,1,12.46,48a3.46,3.46,0,0,1-2.7,1Zm1.19-8.46V48h1a2.22,2.22,0,0,0,1.84-.72,3.4,3.4,0,0,0,.59-2.13V43.45a3.44,3.44,0,0,0-.58-2.2,2.13,2.13,0,0,0-1.74-.7Zm12.15,6h-3.2L17,49H15.82l3.05-9.48h1L23,49H21.73Zm-2.89-1h2.58l-1.29-4.31Zm12.68-5H28.27V49H27.08V40.55H24.6v-1h6.17Zm6.38,6h-3.2L33.21,49H32L35,39.52h1L39.12,49H37.9Zm-2.89-1h2.58l-1.29-4.31Zm11.87-.68h-3.2V49H41.73V39.52h4.93v1H42.92v3.25h3.2ZM50.91,48h3.72v1H49.71V39.52h1.2ZM63.24,45.1a4.72,4.72,0,0,1-.83,3,2.82,2.82,0,0,1-2.35,1,2.85,2.85,0,0,1-2.31-1,4.51,4.51,0,0,1-.88-2.88V43.45a4.74,4.74,0,0,1,.84-3A2.8,2.8,0,0,1,60,39.39a2.84,2.84,0,0,1,2.33,1,4.65,4.65,0,0,1,.86,2.95ZM62,43.44a4.07,4.07,0,0,0-.49-2.24,1.89,1.89,0,0,0-3,0A3.93,3.93,0,0,0,58,43.4v1.7a4,4,0,0,0,.5,2.21,1.89,1.89,0,0,0,3,.06,3.94
 
,3.94,0,0,0,.5-2.15Zm6.09,2.62.12,1.06.19-.94L70,39.57h1l1.47,6.61.19,1L72.75,46l1.16-6.48H75.1L73.22,49H72.14l-1.58-6.91-.1-.56-.1.56L68.72,49H67.64l-1.88-9.48H67Z"/></g></svg>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi/blob/d3098192/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hdf-icon.svg
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hdf-icon.svg
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hdf-icon.svg
new file mode 100644
index 0000000..817e18e
--- /dev/null
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hdf-icon.svg
@@ -0,0 +1,17 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 37 
41"><defs><style>.cls-1{fill:#456a7d;}.cls-2{fill:#fff;}</style></defs><title>hdf-icon</title><g
 id="icon-hdf_standalone_" data-name="icon-hdf (standalone)"><g 
id="path-icon-hdf"><path class="cls-1" 
d="M18.5.45A3.86,3.86,0,0,1,20.43,1l14,8.09a3.86,3.86,0,0,1,1.93,3.34V28.59a3.86,3.86,0,0,1-1.93,3.34L20.43,40a3.86,3.86,0,0,1-3.86,0l-14-8.09A3.86,3.86,0,0,1,.62,28.59V12.41A3.86,3.86,0,0,1,2.55,9.06L16.57,1A3.86,3.86,0,0,1,18.5.45Z"/></g><path
 id="text-icon-hdf" class="cls-2" 
d="M14.65,25.29h-2V21.11H9.76v4.19h-2V15.51h2v4h2.92v-4h2Zm1.59,0V15.51h2.59a3.56,3.56,0,0,1,2.73,1.09,4.27,4.27,0,0,1,1,3v1.59a4.28,4.28,0,0,1-1,3,3.64,3.64,0,0,1-2.81,1.1Zm2-8.14v6.5h.59a1.66,1.66,0,0,0,1.39-.52,3.1,3.1,0,0,0,.42-1.8v-1.7a3.48,3.48,0,0,0-.38-1.91,1.55,1.55,0,0,0-1.3-.57ZM29.06,21.3H26v4H24V15.51h5.42v1.65H26v2.51h3.07Zm2.83-5.47h-.38v1.28H31V15.83h-.4v-.32H31.9Zm1.53.25-.31,1h-.24l-.31-1v1h-.45V15.51h.55L33,16.6l.36-1.09h.52v1.61h-.45Z"/></
 g></svg>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi/blob/d3098192/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hwx-logo.svg
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hwx-logo.svg
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hwx-logo.svg
new file mode 100644
index 0000000..cad16e1
--- /dev/null
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/hwx-logo.svg
@@ -0,0 +1,17 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; viewBox="0 0 426.52 
173.3"><defs><style>.cls-1,.cls-7{fill:#fff;}.cls-2{fill:url(#New_Gradient_Swatch_1);}.cls-3{fill:url(#New_Gradient_Swatch_1-2);}.cls-4{fill:url(#New_Gradient_Swatch_1-3);}.cls-5,.cls-6{fill:#231f20;}.cls-5{opacity:0.15;}.cls-6{opacity:0.1;}.cls-7{opacity:0.2;}.cls-8{fill:url(#New_Gradient_Swatch_1-4);}.cls-9{fill:url(#New_Gradient_Swatch_1-5);}.cls-10{fill:url(#New_Gradient_Swatch_1-6);}.cls-11{fill:url(#New_Gradient_Swatch_1-7);}.cls-12{fill:url(#New_Gradient_Swatch_1-8);}.cls-13{fill:url(#New_Gradient_Swatch_1-9);}</style><linearGradient
 id="New_Gradient_Swatch_1" x1="342.22" y1="30.58" x2="309.85" y2="108.2" 
gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3fae2a"/><stop 
offset="0.33" stop-color="#3ea52f"/><stop offset="0.87" 
stop-color="#3c8d3c"/><stop offset="1" 
stop-color="#3b8640"/></linearGradient><linearGradient id="New_Gradien
 t_Swatch_1-2" x1="276.56" y1="42.58" x2="249.24" y2="108.95" 
xlink:href="#New_Gradient_Swatch_1"/><linearGradient 
id="New_Gradient_Swatch_1-3" x1="338.86" y1="16.54" x2="306.11" y2="93.96" 
xlink:href="#New_Gradient_Swatch_1"/><linearGradient 
id="New_Gradient_Swatch_1-4" x1="208.3" y1="44.2" x2="182.41" y2="106.29" 
xlink:href="#New_Gradient_Swatch_1"/><linearGradient 
id="New_Gradient_Swatch_1-5" x1="155.78" y1="53.8" x2="133.92" y2="106.89" 
xlink:href="#New_Gradient_Swatch_1"/><linearGradient 
id="New_Gradient_Swatch_1-6" x1="205.62" y1="32.97" x2="179.41" y2="94.91" 
xlink:href="#New_Gradient_Swatch_1"/><linearGradient 
id="New_Gradient_Swatch_1-7" x1="101.11" y1="54.92" x2="80.4" y2="104.6" 
xlink:href="#New_Gradient_Swatch_1"/><linearGradient 
id="New_Gradient_Swatch_1-8" x1="59.09" y1="62.6" x2="41.61" y2="105.08" 
xlink:href="#New_Gradient_Swatch_1"/><linearGradient 
id="New_Gradient_Swatch_1-9" x1="98.97" y1="45.94" x2="78" y2="95.49" 
xlink:href="#New_Gradient_Swatch_1"/></defs><title
 >hwx-logo</title><path class="cls-1" 
 >d="M5.59,167.38H2.24v5.8H0V158.44H5.59a4.48,4.48,0,1,1,0,8.94Zm-.12-6.94H2.24v4.91H5.47a2.46,2.46,0,1,0,0-4.91Z"/><path
 > class="cls-1" 
 >d="M25.61,171.73a5.32,5.32,0,0,1-3.89,1.57,5.27,5.27,0,0,1-3.87-1.57c-1.45-1.45-1.43-3.08-1.43-5.92s0-4.47,1.43-5.92a5.27,5.27,0,0,1,3.87-1.57,5.32,5.32,0,0,1,3.89,1.57C27.06,161.34,27,163,27,165.81S27.06,170.28,25.61,171.73Zm-1.7-10.5a3.1,3.1,0,0,0-4.39,0c-.72.79-.87,1.61-.87,4.57s.14,3.79.87,4.57a3.1,3.1,0,0,0,4.39,0c.72-.79.87-1.61.87-4.57S24.64,162,23.91,161.24Z"/><path
 > class="cls-1" 
 >d="M46.09,173.18H44.14l-3-10.33-3,10.33H36.21l-3.85-14.74h2.36L37.29,169l3-10.54H42L45,169l2.57-10.54h2.36Z"/><path
 > class="cls-1" 
 >d="M56,173.18V158.44h9.42v2H58.26v4.31h6.13v2H58.26v4.43h7.18v2Z"/><path 
 >class="cls-1" 
 >d="M80.58,173.18,77.48,167H74.68v6.21H72.44V158.44h5.71a4.22,4.22,0,0,1,4.57,4.31,3.87,3.87,0,0,1-2.94,3.91l3.4,6.52ZM78,160.45H74.68v4.62H78a2.32,2.32,0,1,0,0-4.62Z"/><path
 > class="cls-1" d="M89.94,173.18V158.44h2.24v1
 4.74Z"/><path class="cls-1" 
d="M109,173.18l-6.81-10.37v10.37H100V158.44h2l6.81,10.35V158.44h2.24v14.74Z"/><path
 class="cls-1" 
d="M127.66,171.63a5.65,5.65,0,0,1-7.93.1c-1.45-1.45-1.43-3.08-1.43-5.92s0-4.47,1.43-5.92a5.27,5.27,0,0,1,3.87-1.57,5.18,5.18,0,0,1,5.36,4.58h-2.26a3,3,0,0,0-3.11-2.57,3,3,0,0,0-2.17.91c-.72.79-.89,1.61-.89,4.57s.17,3.81.89,4.6a3,3,0,0,0,2.17.89,3.12,3.12,0,0,0,2.4-1,3.33,3.33,0,0,0,.75-2.32v-.83H123.6v-1.9H129v2.26A5.52,5.52,0,0,1,127.66,171.63Z"/><path
 class="cls-1" d="M150.11,160.45v12.73h-2.24V160.45h-4.06v-2h10.35v2Z"/><path 
class="cls-1" 
d="M168.86,173.18v-6.44h-6v6.44h-2.24V158.44h2.24v6.29h6v-6.29h2.24v14.74Z"/><path
 class="cls-1" 
d="M178.89,173.18V158.44h9.42v2h-7.18v4.31h6.13v2h-6.13v4.43h7.18v2Z"/><path 
class="cls-1" 
d="M206.44,160.45v4.49h6.13v2h-6.13v6.23h-2.24V158.44h9.42v2Z"/><path 
class="cls-1" 
d="M225.3,173.3a5,5,0,0,1-5.28-5.09v-9.77h2.24v9.67a3.06,3.06,0,1,0,6.11,0v-9.67h2.24v9.77A5,5,0,0,1,225.3,173.3Z"/><path
 class="cls-1" d="M243.15,160.4
 5v12.73h-2.24V160.45h-4.06v-2h10.35v2Z"/><path class="cls-1" 
d="M258.74,173.3a5,5,0,0,1-5.28-5.09v-9.77h2.24v9.67a3.06,3.06,0,1,0,6.11,0v-9.67H264v9.77A5,5,0,0,1,258.74,173.3Z"/><path
 class="cls-1" 
d="M279.73,173.18,276.63,167h-2.79v6.21H271.6V158.44h5.71a4.22,4.22,0,0,1,4.58,4.31,3.87,3.87,0,0,1-2.94,3.91l3.4,6.52Zm-2.59-12.73h-3.31v4.62h3.31a2.32,2.32,0,1,0,0-4.62Z"/><path
 class="cls-1" 
d="M289.09,173.18V158.44h9.42v2h-7.18v4.31h6.13v2h-6.13v4.43h7.18v2Z"/><path 
class="cls-1" 
d="M323.07,171.73a5.58,5.58,0,0,1-7.76,0c-1.45-1.45-1.43-3.08-1.43-5.92s0-4.47,1.43-5.92a5.58,5.58,0,0,1,7.76,0c1.45,1.45,1.41,3.08,1.41,5.92S324.52,170.28,323.07,171.73Zm-1.7-10.5a3.1,3.1,0,0,0-4.39,0c-.72.79-.87,1.61-.87,4.57s.14,3.79.87,4.57a3.1,3.1,0,0,0,4.39,0c.72-.79.87-1.61.87-4.57S322.1,162,321.37,161.24Z"/><path
 class="cls-1" d="M334,160.45v4.49h6.13v2H334v6.23h-2.24V158.44h9.42v2Z"/><path 
class="cls-1" 
d="M365.66,171.79a5.26,5.26,0,0,1-3.81,1.39h-5.18V158.44h5.18a5.26,5.26,0,0,1,3.81,1.39c1.59,1.59,
 
1.49,3.75,1.49,5.88S367.25,170.2,365.66,171.79Zm-1.53-10.35a3.19,3.19,0,0,0-2.5-1h-2.71v10.72h2.71a3.19,3.19,0,0,0,2.5-1c.77-.85.79-2.44.79-4.47S364.89,162.29,364.13,161.44Z"/><path
 class="cls-1" 
d="M382.65,173.18l-1-3h-5.82l-1,3h-2.38l5.4-14.74h1.8l5.4,14.74Zm-3.87-11.41-2.3,6.54H381Z"/><path
 class="cls-1" d="M394.81,160.45v12.73h-2.24V160.45h-4.06v-2h10.35v2Z"/><path 
class="cls-1" 
d="M412.57,173.18l-1-3h-5.82l-1,3h-2.38l5.4-14.74h1.8l5.4,14.74Zm-3.87-11.41-2.3,6.54h4.53Z"/><path
 class="cls-1" 
d="M418.73,159.15v3.7h-.78v-3.7h-1.18v-.71h3.15v.71Zm5.31,3.7V160l-.93,1.85h-.73l-.93-1.85v2.88h-.8v-4.41h.8l1.29,2.51,1.3-2.51h.79v4.41Z"/><path
 class="cls-1" 
d="M20.92,148.86V132.65H10.22v16.21H.17V107.93H10.22v15.75H20.92V107.93H31v40.92Z"/><path
 class="cls-1" 
d="M64.95,144.6a15,15,0,0,1-11.44,4.6,15,15,0,0,1-11.44-4.6c-4.31-4.31-4.14-10.06-4.14-16.21s-.17-11.9,4.14-16.21a15,15,0,0,1,11.44-4.6,15,15,0,0,1,11.44,4.6c4.31,4.31,4.14,10.06,4.14,16.21S69.26,140.29,64.95,144.6Zm-7.41-26.27a5.43,
 
5.43,0,0,0-8,0c-.92,1.21-1.5,2.59-1.5,10.06s.58,8.79,1.5,10a5.32,5.32,0,0,0,8,0c.92-1.21,1.49-2.53,1.49-10S58.45,119.54,57.53,118.34Z"/><path
 class="cls-1" 
d="M96.74,148.86,89.5,133.62H86.1v15.23H76V107.93H92.25c9.08,0,14,6.44,14,13.16a11.77,11.77,0,0,1-6.67,10.69l8.85,17.07ZM91.79,117H86.1v8.28h5.69a4.14,4.14,0,1,0,0-8.28Z"/><path
 class="cls-1" d="M131.23,116.9v32H121.17v-32H111.11v-9h30.18v9Z"/><path 
class="cls-1" 
d="M171.69,144.6a16.52,16.52,0,0,1-22.88,0c-4.31-4.31-4.14-10.06-4.14-16.21s-.17-11.9,4.14-16.21a16.52,16.52,0,0,1,22.88,0c4.31,4.31,4.14,10.06,4.14,16.21S176,140.29,171.69,144.6Zm-7.41-26.27a5.43,5.43,0,0,0-8,0c-.92,1.21-1.49,2.59-1.49,10.06s.57,8.79,1.49,10a5.32,5.32,0,0,0,8,0c.92-1.21,1.5-2.53,1.5-10S165.2,119.54,164.28,118.34Z"/><path
 class="cls-1" 
d="M206,148.86l-13.1-20.58v20.58H182.79V107.93h8.79l13.1,20.58V107.93h10.06v40.92Z"/><path
 class="cls-1" 
d="M259.76,148.86h-8.22l-6.61-20.18-6.61,20.18h-8.16l-11.26-40.92h10.52l5.35,21.61,6.61-21.61h7.13l6.61,21.61,5.35-21
 .61H271Z"/><path class="cls-1" 
d="M300.23,144.6a16.52,16.52,0,0,1-22.88,0c-4.31-4.31-4.14-10.06-4.14-16.21s-.17-11.9,4.14-16.21a16.52,16.52,0,0,1,22.88,0c4.31,4.31,4.14,10.06,4.14,16.21S304.54,140.29,300.23,144.6Zm-7.41-26.27a5.43,5.43,0,0,0-8,0c-.92,1.21-1.49,2.59-1.49,10.06s.57,8.79,1.49,10a5.32,5.32,0,0,0,8,0c.92-1.21,1.5-2.53,1.5-10S293.73,119.54,292.81,118.34Z"/><path
 class="cls-1" 
d="M332,148.86l-7.24-15.23h-3.39v15.23H311.33V107.93h16.21c9.08,0,14,6.44,14,13.16a11.77,11.77,0,0,1-6.67,10.69l8.85,17.07ZM327.08,117h-5.69v8.28h5.69a4.14,4.14,0,1,0,0-8.28Z"/><path
 class="cls-1" 
d="M371.63,148.86l-9.43-16.78-3.45,4v12.82h-9.94V107.93h9.94v14.49l11.84-14.49h12.3l-14,16.55,14.43,24.37Z"/><path
 class="cls-1" 
d="M399.16,149.2c-6.26,0-11.38-1.15-15.52-5.4l6.44-6.44c2.13,2.13,5.86,2.87,9.14,2.87,4,0,5.86-1.32,5.86-3.68a3.42,3.42,0,0,0-.8-2.41,4.56,4.56,0,0,0-2.7-1.09l-4.94-.69c-3.62-.52-6.38-1.72-8.22-3.62s-2.82-4.71-2.82-8.22c0-7.47,5.63-12.93,14.94-12.93,5.86,0,10.29,1.38,13.79,4.89L40
 
8,118.8c-2.59-2.59-6-2.42-7.76-2.42-3.51,0-4.94,2-4.94,3.79a2.69,2.69,0,0,0,.8,1.9,4.61,4.61,0,0,0,2.82,1.21l4.94.69c3.68.52,6.32,1.67,8,3.39,2.18,2.13,3,5.17,3,9C415,144.66,407.78,149.2,399.16,149.2Z"/><path
 class="cls-1" 
d="M421.64,117.34a4.88,4.88,0,1,1,4.88-4.88A4.87,4.87,0,0,1,421.64,117.34Zm0-8.85a4,4,0,1,0,3.89,4A3.91,3.91,0,0,0,421.64,108.49Zm1,6.6L421.59,113h-.67v2.09h-1v-5.27h2a1.63,1.63,0,0,1,1.7,1.62,1.47,1.47,0,0,1-1,1.43l1.17,2.22Zm-.86-4.44h-.89v1.59h.89a.8.8,0,1,0,0-1.59Z"/><path
 class="cls-2" 
d="M314.43,69.67c4.25,8.55-1.06,27.09-1.64,29h10.57c8.78-13.5,9.91-20,9.91-20C324.19,70.09,314.43,69.67,314.43,69.67Z"/><path
 class="cls-3" 
d="M258.4,60.44c-.68,16.12-7.41,36.82-8,38.25h10.5c7.34-7.66,10.83-18.36,10.83-18.36C270.29,68.86,258.4,60.44,258.4,60.44Z"/><path
 class="cls-4" 
d="M375.63,51.81C376.17,25.5,361,13.49,361,13.49c-11.92-5.64-17-5.8-17-5.8C332.14.67,325.63,0,322.26,0a7.56,7.56,0,0,0-2.48.3s-1.06,1.14-1.33,1.55c-2.33,3.08-7.54,10.66-9.16,27,2.23,7.33,15.35,17.5
 
3,15.35,17.53-11.25-3.16-18.35-16-18.35-16-1.19-10.19,1.45-19.46,1.14-20.07,0,0-.1,0-.12,0-22.12,2.79-37.07,11.44-37.07,11.44-10.08,6.32-16.94,21.61-16.94,21.61s-3.14,5.77-4.67,16.55c-.71,5-3.17,15.14-3.17,15.14a1.61,1.61,0,0,0,1.2-.39c5-12.89,9.54-18.31,9.57-18.3,23.12,9.68,19.85,40.14,19.58,42.33h10.55c5-11.21,5-26.56,5-26.56,43.37-19.46,55.52,24.57,56.09,26.56H358c-.1-2.34-4.46-21.85-10.46-34.76-5.63-12.13.68-15.78,1.62-16,4.38-.78,9,1.19,11.79,2.9,3.22,2,4,5.49,4.85,10,1.78,9.32,3.14,21.09,12.6,21.37,7.21.21,9.89-6.12,9.89-7.61l-3.22-1.09a4.28,4.28,0,0,1-4.36,2.84C376.32,76.37,375.28,69.41,375.63,51.81ZM362.09,34a2.54,2.54,0,1,1,2.54-2.54A2.54,2.54,0,0,1,362.09,34Z"/><path
 class="cls-5" 
d="M258.4,60.44c-.06,1.35-.27,3.71-.39,5,8.91,9.08,10.17,23,10.17,23a55.88,55.88,0,0,0,3.57-8.08C270.29,68.86,258.4,60.44,258.4,60.44Z"/><path
 class="cls-6" 
d="M318.86,57.74c-19.81-11.44-42.94-10.52-58.7.6,18.8,11.3,15.9,38.28,15.65,40.34h10.55c5-11.21,5-26.56,5-26.56,43.36-19.46,55.52,24.55,56.0
 9,26.56C345.37,82.74,335.18,67.17,318.86,57.74Z"/><path class="cls-7" 
d="M312.29,28.1c2-14.81,5.55-21.72,8.31-24.16a9.45,9.45,0,0,1,5.08-1.69c5.38-.13,11.32,2.18,18.24,5.43h0C332.13.67,325.63,0,322.26,0a7.56,7.56,0,0,0-2.48.3s-1.06,1.14-1.33,1.55c-2.33,3.08-7.54,10.66-9.16,27,2.23,7.33,15.35,17.53,15.35,17.53S312.16,34.1,312.29,28.1Z"/><path
 class="cls-6" 
d="M280.05,50.43C287.67,54,292,62.71,291.38,72.11c0,0,2.5-1.14,4.89-2-.8-8.91-7.67-16.71-16.22-19.7Z"/><path
 class="cls-5" 
d="M348.54,66.1c-.32-.74-.64-1.47-1-2.18-5.15-11.09-.32-15.09,1.27-15.82-1,.26-11.25,2.83-19.81.05C335.72,51.82,340.14,55.26,348.54,66.1Z"/><path
 class="cls-8" 
d="M186.07,75.47c3.4,6.84-.84,21.67-1.31,23.21h8.46c7-10.8,7.93-16,7.93-16A25.7,25.7,0,0,0,186.07,75.47Z"/><path
 class="cls-9" 
d="M141.25,68.08c-.55,12.89-5.93,29.46-6.38,30.6h8.4c5.87-6.13,8.66-14.69,8.66-14.69C150.76,74.83,141.25,68.08,141.25,68.08Z"/><path
 class="cls-10" 
d="M235,61.18c.43-21-11.73-30.65-11.73-30.65-9.53-4.51-13.58-4.64-13.58-4.64-9.48
 
-5.61-14.69-6.15-17.38-6.15a6,6,0,0,0-2,.24s-.85.91-1.07,1.24c-1.86,2.47-6,8.53-7.33,21.64,1.79,5.86,12.28,14,12.28,14-9-2.53-14.68-12.83-14.68-12.83-1-8.15,1.16-15.57.91-16.05,0,0-.08,0-.1,0a86.22,86.22,0,0,0-29.65,9.15c-8.06,5.06-13.55,17.29-13.55,17.29s-2.51,4.61-3.74,13.24c-.57,4-2.54,12.11-2.54,12.11a1.29,1.29,0,0,0,1-.31c4-10.31,7.64-14.65,7.65-14.64,18.5,7.74,15.88,32.11,15.66,33.87h8.44c4-9,4-21.25,4-21.25,34.7-15.57,44.42,19.66,44.87,21.25H221c-.08-1.87-3.57-17.48-8.36-27.81-4.51-9.71.54-12.63,1.3-12.76,3.5-.62,7.2.95,9.43,2.32,2.58,1.58,3.2,4.39,3.88,8,1.42,7.45,2.51,16.87,10.08,17.1a7.65,7.65,0,0,0,7.91-6.09l-2.58-.87a3.42,3.42,0,0,1-3.49,2.27C235.58,80.83,234.75,75.27,235,61.18ZM224.2,47a2,2,0,1,1,2-2A2,2,0,0,1,224.2,47Z"/><path
 class="cls-5" 
d="M141.25,68.08c0,1.08-.22,3-.31,4,7.13,7.26,8.14,18.37,8.14,18.37A44.7,44.7,0,0,0,151.93,84C150.76,74.83,141.25,68.08,141.25,68.08Z"/><path
 class="cls-6" 
d="M189.61,65.93c-15.85-9.15-34.35-8.42-47,.48,15,9,12.72,30.63,12.52,32.27h
 
8.44c4-9,4-21.25,4-21.25C202.32,61.86,212,97.07,212.5,98.68,210.83,85.93,202.67,73.47,189.61,65.93Z"/><path
 class="cls-7" 
d="M184.36,42.22C186,30.37,188.8,24.84,191,22.89a7.56,7.56,0,0,1,4.06-1.35c4.31-.11,9.06,1.75,14.59,4.34h0c-9.46-5.6-14.66-6.13-17.35-6.13a6,6,0,0,0-2,.24s-.85.91-1.07,1.24c-1.86,2.47-6,8.53-7.33,21.64,1.79,5.86,12.28,14,12.28,14S184.26,47,184.36,42.22Z"/><path
 class="cls-6" 
d="M158.57,60.08c6.1,2.89,9.54,9.82,9.06,17.34,0,0,2-.91,3.92-1.58-.64-7.13-6.14-13.37-13-15.76Z"/><path
 class="cls-5" 
d="M213.36,72.62c-.25-.59-.51-1.18-.78-1.74-4.12-8.87-.26-12.07,1-12.66-.79.21-9,2.27-15.84,0C203.1,61.19,206.64,63.94,213.36,72.62Z"/><path
 class="cls-11" 
d="M83.33,79.94c2.72,5.47-.68,17.34-1.05,18.57H89c5.62-8.64,6.34-12.82,6.34-12.82A20.56,20.56,0,0,0,83.33,79.94Z"/><path
 class="cls-12" 
d="M47.47,74C47,84.34,42.72,97.6,42.37,98.51h6.72A35,35,0,0,0,56,86.76C55.08,79.42,47.47,74,47.47,74Z"/><path
 class="cls-13" d="M122.5,68.51c.34-16.84-9.39-24.52-9.39-24.52-7.63-3.61-10.87
 
-3.71-10.87-3.71-7.59-4.49-11.75-4.92-13.91-4.92a4.84,4.84,0,0,0-1.59.19s-.68.73-.85,1c-1.49,2-4.83,6.82-5.86,17.31,1.43,4.69,9.82,11.22,9.82,11.22-7.2-2-11.74-10.26-11.74-10.26-.76-6.52.93-12.45.73-12.84,0,0-.06,0-.08,0a69,69,0,0,0-23.72,7.32c-6.45,4-10.84,13.83-10.84,13.83a34.11,34.11,0,0,0-3,10.59c-.45,3.2-2,9.69-2,9.69a1,1,0,0,0,.77-.25c3.17-8.25,6.11-11.72,6.12-11.71,14.8,6.2,12.7,25.69,12.53,27.09h6.75c3.22-7.18,3.22-17,3.22-17,27.76-12.46,35.54,15.72,35.9,17h6.76a102.27,102.27,0,0,0-6.69-22.25c-3.6-7.77.43-10.1,1-10.21,2.8-.5,5.76.76,7.54,1.86,2.06,1.27,2.56,3.51,3.11,6.39,1.14,6,2,13.5,8.06,13.68a6.12,6.12,0,0,0,6.33-4.87l-2.06-.7a2.74,2.74,0,0,1-2.79,1.82C122.94,84.23,122.27,79.78,122.5,68.51Zm-8.67-11.37a1.63,1.63,0,1,1,1.63-1.63A1.63,1.63,0,0,1,113.83,57.14Z"/><path
 class="cls-5" 
d="M47.47,74c0,.86-.17,2.38-.25,3.21,5.7,5.81,6.51,14.69,6.51,14.69A35.76,35.76,0,0,0,56,86.76C55.08,79.42,47.47,74,47.47,74Z"/><path
 class="cls-6" d="M86.16,72.3C73.49,65,58.68,65.57,48.6,72.69c
 
12,7.23,10.17,24.5,10,25.82h6.75c3.22-7.18,3.22-17,3.22-17,27.75-12.45,35.53,15.71,35.9,17C103.13,88.3,96.61,78.34,86.16,72.3Z"/><path
 class="cls-7" 
d="M82,53.33c1.3-9.48,3.55-13.9,5.32-15.46a6,6,0,0,1,3.25-1.08c3.45-.09,7.24,1.4,11.67,3.48h0c-7.57-4.48-11.73-4.91-13.88-4.91a4.84,4.84,0,0,0-1.59.19s-.68.73-.85,1c-1.49,2-4.83,6.82-5.86,17.31,1.43,4.69,9.82,11.22,9.82,11.22S81.88,57.18,82,53.33Z"/><path
 class="cls-6" 
d="M61.33,67.63C66.2,69.94,69,75.49,68.58,81.5c0,0,1.6-.73,3.13-1.26-.51-5.7-4.91-10.69-10.38-12.61Z"/><path
 class="cls-5" 
d="M105.16,77.65c-.2-.48-.41-.94-.62-1.39-3.29-7.1-.21-9.66.81-10.13-.63.17-7.2,1.81-12.68,0C97,68.52,99.78,70.72,105.16,77.65Z"/></svg>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi/blob/d3098192/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/nifi-drop.svg
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/nifi-drop.svg
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/nifi-drop.svg
index c6c3def..1eee56c 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/nifi-drop.svg
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/nifi-drop.svg
@@ -14,4 +14,4 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<svg id="nifi-drop" xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 27 
37"><defs><style>.cls-1{fill:#728e9b;}</style></defs><title>Untitled-1</title><path
 id="drop" class="cls-1" d="M13 35.88A12.55 12.55 0 0 1 .41 23.33c0-6 
4.68-11.69 7.88-15.87A45.4 45.4 0 0 0 13 0a45.38 45.38 0 0 0 4.68 7.43c3.2 4.18 
7.88 9.9 7.88 15.87h-8v4.6H13v8zm4.91-3v-4.1h-4.1v4.1h4.1zm-4.1 4.1a12.24 12.24 
0 0 0 4.1-.79v-2.11h-4.1v2.85zm8.7-8.7v-4.1h-4.1v4.1h4.1zm.24 
5.34l.51-.51v-3.63h-4.1v4.1h3.59zM19.39 37a12.26 12.26 0 0 0 
3-1.86h-3V37zm6.38-8.73a12.21 12.21 0 0 0 .79-4.1h-2.85v4.1h2.06zm-1 4.55a12.24 
12.24 0 0 0 1.86-3h-1.9v3z"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="1463.753 1191 81.404 
114.21"><defs><style>.a{fill:#6a8791;}.b{fill:#ebf0f2;}</style></defs><g 
transform="translate(1275 1191)"><g transform="translate(188.753 0)"><path 
class="a" 
d="M235.332,110.859A39.029,39.029,0,0,1,196.3,71.83c0-18.555,14.538-36.338,24.483-49.32A146.1,146.1,0,0,0,234.927.253a.451.451,0,0,1,.811,0A146.04,146.04,0,0,0,249.88,22.51c9.941,12.979,24.484,30.765,24.484,49.32H250.547a.917.917,0,0,0-.916.916V86.131H236.25a.917.917,0,0,0-.916.916v23.812Z"
 transform="translate(-196.303 0)"/><path class="a" 
d="M252.248,104.929V92.185H240.417a.917.917,0,0,0-.916.916v11.828Z" 
transform="translate(-197.965 -3.545)"/><path class="a" 
d="M239.5,118.325a38.062,38.062,0,0,0,12.747-2.451v-6.419H240.417a.917.917,0,0,0-.916.916Z"
 transform="translate(-197.965 -4.21)"/><path class="a" 
d="M267.115,90.054V77.311H255.287a.917.917,0,0,0-.916.916V90.053h12.744Z" 
transform="translate(-198.537 -2.973)"/><path class="a" 
d="M268.737,106.559l.015-
 
.015a2.675,2.675,0,0,0,.766-1.89V94.581H256.773v12.747h10.07A2.671,2.671,0,0,0,268.737,106.559Z"
 transform="translate(-198.629 -3.638)"/><path class="a" 
d="M257.673,118.546a38.1,38.1,0,0,0,9.423-5.792h-9.423Z" 
transform="translate(-198.663 -4.337)"/><path class="a" 
d="M278.058,90.054a37.952,37.952,0,0,0,2.453-12.743h-8.867V90.054Z" 
transform="translate(-199.201 -2.973)"/><path class="a" 
d="M274.942,104.906a38.074,38.074,0,0,0,5.789-9.425h-5.789Z" 
transform="translate(-199.328 -3.672)"/><path class="a" 
d="M274.942,104.906a38.074,38.074,0,0,0,5.789-9.425h-5.789Z" 
transform="translate(-199.328 -3.672)"/></g><path class="b" 
d="M227.593,19.637c-.72,1.006-1.429,2.019-2.154,3.02-2.286,3.155-4.694,6.217-7.051,9.319q1.385.192,2.779.425c1.967-3.291,3.968-6.562,5.852-9.9.528-.936,1.044-1.879,1.567-2.819C229,18.938,228.041,19.012,227.593,19.637Z"
 transform="translate(-8.4 -0.736)"/><path class="b" 
d="M217.548,37.951c.346-.611.706-1.213,1.059-1.82-1.055-.2-2.111-.4-3.165-.564l-.01,0a130.66,130.6
 
6,0,0,0-9.138,14.021c-4.907,8.9-8.311,18.841-6.746,29.1a36.515,36.515,0,0,0,12.167,21.969,35.929,35.929,0,0,0,4.418,3.264.469.469,0,0,0,.574-.735,39.143,39.143,0,0,1-10.557-17.8c-2.92-10.773-.493-21.812,3.665-31.915A138.355,138.355,0,0,1,217.548,37.951Z"
 transform="translate(-7.661 -1.368)"/></g></svg>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi/blob/d3098192/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/controllers/nf-ng-canvas-global-menu-controller.js
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/controllers/nf-ng-canvas-global-menu-controller.js
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/controllers/nf-ng-canvas-global-menu-controller.js
index 28d818e..7b04bed 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/controllers/nf-ng-canvas-global-menu-controller.js
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/controllers/nf-ng-canvas-global-menu-controller.js
@@ -316,20 +316,23 @@
                         var aboutDetails = response.about;
                         // set the document title and the about title
                         document.title = aboutDetails.title;
-                        $('#nf-version').text(aboutDetails.version);
+                        $('#nf-version').text('Powered by Apache NiFi - 
Version ' + aboutDetails.version).attr('title', 'Powered by Apache NiFi - 
Version ' + aboutDetails.version);
                         var showVersionDetail = false;
                         if (aboutDetails.buildTag && aboutDetails.buildTag !== 
'HEAD') {
+                            $('#nf-version-detail-tag').attr('title', 'Tagged 
' + aboutDetails.buildTag);
                             
$('#nf-about-build-tag').text(aboutDetails.buildTag);
                             $('#nf-version-detail-tag').show();
                             showVersionDetail = true;
                         }
                         if (aboutDetails.buildRevision) {
+                            $('#nf-version-detail-commit').attr('title', 'From 
' + aboutDetails.buildRevision + ' on branch ' + aboutDetails.buildBranch);
                             
$('#nf-about-build-revision').text(aboutDetails.buildRevision);
                             
$('#nf-about-build-branch').text(aboutDetails.buildBranch);
                             $('#nf-version-detail-commit').show();
                             showVersionDetail = true
                         }
                         if (aboutDetails.buildTimestamp) {
+                            $('#nf-version-detail-timestamp').attr('title', 
aboutDetails.buildTimestamp);
                             
$('#nf-about-build-timestamp').text(aboutDetails.buildTimestamp);
                             $('#nf-version-detail-timestamp').show();
                             showVersionDetail = true;
@@ -366,30 +369,37 @@
                      * Initialize the modal.
                      */
                     init: function () {
-                        var aboutModal = this;
+                        var self = this;
 
                         var resizeAbout = function () {
                             var dialog = $(this);
-                            var top = $('#nf-about-pic-container').height() + 
$('.dialog-header').height() + 10; //10 for padding-top
+                            var top = $('#nf-about-pic-container').height() + 
$('.dialog-header').height() + 20; //10 for padding-top
                             dialog.find('.dialog-content').css('top', top);
                         };
 
+                        var openAbout = function () {
+                            var dialog = $(this);
+                            
nf.Common.toggleScrollable(dialog.find('.dialog-content').get(0));
+                        };
+
                         this.getElement().modal({
                             scrollableContentStyle: 'scrollable',
-                            headerText: 'About Apache NiFi',
+                            headerText: 'About Hortonworks DataFlow (HDF)',
                             handler: {
-                                resize: resizeAbout
+                                resize: resizeAbout,
+                                open: openAbout
                             },
+                            glasspane: "#fff",
                             buttons: [{
                                 buttonText: 'Ok',
                                 color: {
-                                    base: '#728E9B',
-                                    hover: '#004849',
+                                    base: '#3fae2a',
+                                    hover: '#3b8740',
                                     text: '#ffffff'
                                 },
                                 handler: {
                                     click: function () {
-                                        aboutModal.hide();
+                                        self.hide();
                                     }
                                 }
                             }]

http://git-wip-us.apache.org/repos/asf/nifi/blob/d3098192/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/views/nf-ng-breadcrumbs-directive-view.html
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/views/nf-ng-breadcrumbs-directive-view.html
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/views/nf-ng-breadcrumbs-directive-view.html
index 19018d3..d239884 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/views/nf-ng-breadcrumbs-directive-view.html
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/views/nf-ng-breadcrumbs-directive-view.html
@@ -32,4 +32,5 @@ limitations under the License.
         </div>
         <div id="breadcrumbs-right-border"></div>
     </div>
+    <img src="images/hdf-footer.svg" style="position: absolute; right: 20px; 
width: 78px; bottom: 5px; top: 5px;">
 </div>
\ No newline at end of file

Reply via email to