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 2015/02/18 19:38:45 UTC

[2/2] incubator-nifi git commit: NIFI-250: - Adding the scope to the disable controller service dialog.

NIFI-250:
- Adding the scope to the disable controller service dialog.

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

Branch: refs/heads/NIFI-250
Commit: ffa7fd06d1c85e8aa45568e27f155309fb9bede9
Parents: bbe1856
Author: Matt Gilman <ma...@gmail.com>
Authored: Wed Feb 18 13:38:30 2015 -0500
Committer: Matt Gilman <ma...@gmail.com>
Committed: Wed Feb 18 13:38:30 2015 -0500

----------------------------------------------------------------------
 .../partials/canvas/disable-controller-service-dialog.jsp     | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/ffa7fd06/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 fb2eea0..2ebefd2 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
@@ -25,6 +25,13 @@
             </div>
         </div>
         <div class="setting">
+            <div class="setting-name">Scope</div>
+            <div class="setting-field">
+                Service and referencing components
+                <img class="setting-icon icon-info" src="images/iconInfo.png" alt="Info" title="Referencing components must disabled/stopped in order to disable this service."/>
+            </div>
+        </div>
+        <div class="setting">
             <div class="setting-name">Referencing Components</div>
             <div class="setting-field">
                 <div id="disable-controller-service-referencing-components"></div>