exceptionfactory commented on code in PR #6073:
URL: https://github.com/apache/nifi/pull/6073#discussion_r881989583


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js:
##########
@@ -2028,17 +2045,26 @@
                         var newPropertyDialogMarkup =
                             '<div id="new-property-dialog" class="dialog 
cancellable small-dialog hidden">' +
                                 '<div class="dialog-content">' +
-                                    '<div>' +
-                                    '<div class="setting-name">Property 
name</div>' +
+                                    '<div class="setting">' +
+                                        '<div class="setting-name">Property 
name</div>' +
                                         '<div class="setting-field 
new-property-name-container">' +
                                             '<input class="new-property-name" 
type="text"/>' +
                                         '</div>' +
                                     '</div>' +
+                                    '<div class="setting">' +
+                                        '<div class="setting-field 
new-property-sensitive-value-container">' +
+                                            '<div 
class="setting-name">Sensitive Value</div>' +

Review Comment:
   Thanks for the suggestion, will add the icon with an explanation.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to