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/26 04:54:31 UTC

[28/51] [abbrv] incubator-nifi git commit: NIFI-344 - Defaulting new Remote Process Group value

NIFI-344 - Defaulting new Remote Process Group value

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

Branch: refs/heads/NIFI-353
Commit: 10b5b3c90702115698b9d88180a806a44e96dda1
Parents: 0909082
Author: danbress <db...@onyxconsults.com>
Authored: Wed Feb 18 21:55:47 2015 -0500
Committer: danbress <db...@onyxconsults.com>
Committed: Wed Feb 18 21:55:47 2015 -0500

----------------------------------------------------------------------
 .../WEB-INF/partials/canvas/new-remote-process-group-dialog.jsp    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/10b5b3c9/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/new-remote-process-group-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/new-remote-process-group-dialog.jsp b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/new-remote-process-group-dialog.jsp
index d682c39..1c230da 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/new-remote-process-group-dialog.jsp
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/new-remote-process-group-dialog.jsp
@@ -20,7 +20,7 @@
         <div class="setting">
             <div class="setting-name">URL</div>
             <div class="setting-field">
-                <input id="new-remote-process-group-uri" type="text"/>
+                <input id="new-remote-process-group-uri" type="text" placeholder="https://"/>
             </div>
         </div>
     </div>