Repository: incubator-nifi
Updated Branches:
  refs/heads/NIFI-250 37d2bd1e1 -> b32e2712c


NIFI-250:
- Adding tooltip to referencing components section of the enable/disable 
controller service dialog.
- Fixing typo.

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

Branch: refs/heads/NIFI-250
Commit: 0b77160da76877b35a5777b0bcf552d5985ba64d
Parents: 37d2bd1
Author: Matt Gilman <[email protected]>
Authored: Mon Mar 30 13:17:44 2015 -0400
Committer: Matt Gilman <[email protected]>
Committed: Mon Mar 30 13:17:44 2015 -0400

----------------------------------------------------------------------
 .../partials/canvas/controller-service-configuration.jsp        | 2 +-
 .../partials/canvas/disable-controller-service-dialog.jsp       | 5 ++++-
 .../partials/canvas/enable-controller-service-dialog.jsp        | 5 ++++-
 3 files changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/0b77160d/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/controller-service-configuration.jsp
----------------------------------------------------------------------
diff --git 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/controller-service-configuration.jsp
 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/controller-service-configuration.jsp
index 0f71ed1..533aa54 100644
--- 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/controller-service-configuration.jsp
+++ 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/controller-service-configuration.jsp
@@ -64,7 +64,7 @@
                     <div class="setting">
                         <div class="setting-name">
                             Referencing Components
-                            <img class="setting-icon icon-info" 
src="images/iconInfo.png" alt="Info" title="Other comonents referencing this 
controller service."/>
+                            <img class="setting-icon icon-info" 
src="images/iconInfo.png" alt="Info" title="Other components referencing this 
controller service."/>
                         </div>
                         <div class="setting-field">
                             <div 
id="controller-service-referencing-components"></div>

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/0b77160d/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/disable-controller-service-dialog.jsp
----------------------------------------------------------------------
diff --git 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/disable-controller-service-dialog.jsp
 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/disable-controller-service-dialog.jsp
index bd46871..dc76282 100644
--- 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/disable-controller-service-dialog.jsp
+++ 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/disable-controller-service-dialog.jsp
@@ -58,7 +58,10 @@
         <div class="spacer">&nbsp;</div>
         <div class="settings-right">
             <div class="setting">
-                <div class="setting-name">Referencing Components</div>
+                <div class="setting-name">
+                    Referencing Components
+                    <img class="setting-icon icon-info" 
src="images/iconInfo.png" alt="Info" title="Other components referencing this 
controller service."/>
+                </div>
                 <div class="setting-field">
                     <div 
id="disable-controller-service-referencing-components"></div>
                 </div>

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/0b77160d/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/enable-controller-service-dialog.jsp
----------------------------------------------------------------------
diff --git 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/enable-controller-service-dialog.jsp
 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/enable-controller-service-dialog.jsp
index 25c5f8f..14fe658 100644
--- 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/enable-controller-service-dialog.jsp
+++ 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/enable-controller-service-dialog.jsp
@@ -57,7 +57,10 @@
         <div class="spacer">&nbsp;</div>
         <div class="settings-right">
             <div class="setting">
-                <div class="setting-name">Referencing Components</div>
+                <div class="setting-name">
+                    Referencing Components
+                    <img class="setting-icon icon-info" 
src="images/iconInfo.png" alt="Info" title="Other components referencing this 
controller service."/>
+                </div>
                 <div class="setting-field">
                     <div 
id="enable-controller-service-referencing-components"></div>
                 </div>

Reply via email to