Repository: nifi Updated Branches: refs/heads/master a486fefb1 -> 60da897e1
NIFI-2915 Updated reference to correct View Details image; Replaced RPG secure/not secure images; Changed template Note style to match rest of documentation. This closes #1168 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/60da897e Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/60da897e Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/60da897e Branch: refs/heads/master Commit: 60da897e10663275d5fb9373755570a6d403b907 Parents: a486fef Author: Andrew Lim <[email protected]> Authored: Mon Oct 31 11:46:37 2016 -0400 Committer: Matt Gilman <[email protected]> Committed: Thu Nov 3 12:24:09 2016 -0400 ---------------------------------------------------------------------- .../src/main/asciidoc/images/iconNotSecure.png | Bin 445 -> 572 bytes nifi-docs/src/main/asciidoc/images/iconSecure.png | Bin 225 -> 532 bytes nifi-docs/src/main/asciidoc/user-guide.adoc | 7 ++----- 3 files changed, 2 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/60da897e/nifi-docs/src/main/asciidoc/images/iconNotSecure.png ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/images/iconNotSecure.png b/nifi-docs/src/main/asciidoc/images/iconNotSecure.png index 5332302..7a1b1b6 100644 Binary files a/nifi-docs/src/main/asciidoc/images/iconNotSecure.png and b/nifi-docs/src/main/asciidoc/images/iconNotSecure.png differ http://git-wip-us.apache.org/repos/asf/nifi/blob/60da897e/nifi-docs/src/main/asciidoc/images/iconSecure.png ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/images/iconSecure.png b/nifi-docs/src/main/asciidoc/images/iconSecure.png index 3f165a8..1ba6b92 100644 Binary files a/nifi-docs/src/main/asciidoc/images/iconSecure.png and b/nifi-docs/src/main/asciidoc/images/iconSecure.png differ http://git-wip-us.apache.org/repos/asf/nifi/blob/60da897e/nifi-docs/src/main/asciidoc/user-guide.adoc ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/user-guide.adoc b/nifi-docs/src/main/asciidoc/user-guide.adoc index 82825d9..e5f71a5 100644 --- a/nifi-docs/src/main/asciidoc/user-guide.adoc +++ b/nifi-docs/src/main/asciidoc/user-guide.adoc @@ -715,7 +715,7 @@ In either case, use the following steps to add a Controller Service: . Click the Add button to display the Add Controller Service dialog. . Select the Controller Service you want to add, and click Add. . Perform any necessary Controller Service configuration tasks by clicking the View Details icon ( -image:iconViewDetails.png["View Details"] +image:iconDetails.png["View Details"] ) in the left-hand column. @@ -1548,14 +1548,11 @@ Each template must have a unique name. After entering the name and optional desc will generate the template and notify the user that the template was successfully created, or provide an appropriate error message if unable to create the template for some reason. -.Note -******************************************************************************************************************** -It is important to note that if any Processor that is Templated has a sensitive property (such as a password), the value of that +NOTE: It is important to note that if any Processor that is Templated has a sensitive property (such as a password), the value of that sensitive property is not included in the Template. As a result, when dragging the Template onto the canvas, newly created Processors may not be valid if they are missing values for their sensitive properties. Additionally, any Connection that was selected when making the Template is not included in the Template if either the source or the destination of the Connection is not also included in the Template. -******************************************************************************************************************** [[Import_Template]] === Importing a Template
