[
https://issues.apache.org/jira/browse/NIFI-2446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406139#comment-15406139
]
ASF GitHub Bot commented on NIFI-2446:
--------------------------------------
Github user alopresto commented on a diff in the pull request:
https://github.com/apache/nifi/pull/776#discussion_r73367459
--- Diff:
nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/src/main/java/org/apache/nifi/ssl/StandardSSLContextService.java
---
@@ -96,6 +97,14 @@
.addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
.sensitive(true)
.build();
+ static final PropertyDescriptor KEY_PASSWORD = new
PropertyDescriptor.Builder()
+ .name("Key Password")
+ .description("The password for the key. If this is not
specified, but the Keystore Filename, Password, and Type are specified, "
--- End diff --
Please change this to use the `displayName` field as well.
Example:
```
static final PropertyDescriptor KEY_PASSWORD = new
PropertyDescriptor.Builder()
.name("key-password")
.displayName("Key Password")
...
```
> Component Summary - Cluster breakdown
> -------------------------------------
>
> Key: NIFI-2446
> URL: https://issues.apache.org/jira/browse/NIFI-2446
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core UI
> Reporter: Matt Gilman
> Priority: Minor
> Fix For: 1.1.0
>
>
> The component specific cluster summary breakdown needs minor refreshing.
> - Remove old icons and replace with current versions
> - Address style issues where there is too much spacing between the header and
> the table
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)