diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/process-group-configuration.jsp b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/process-group-configuration.jsp index f4858a4405..4064ec5cf0 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/process-group-configuration.jsp +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/process-group-configuration.jsp @@ -26,130 +26,142 @@
-
-
Process group name
- -
- -
-
- -
-
-
-
Process group parameter context
-
-
-
-
-
Apply recursively
-
+
+
+
+
Process group name
+ +
+ +
+
+ +
-
-
-
- Unauthorized -
-
-
-
Execution Engine
-
-
-
-
- -
-
-
-
-
Max Concurrent Tasks
-
- +
+
Process group parameter context
+
+
+
+
+
Apply recursively
+
+
+
+
+
+ Unauthorized +
-
- +
+
Execution Engine
+
+
+
+
+ +
+
+
+
+
Max Concurrent Tasks
+
+ +
+
+ +
+
+
+
Stateless Flow Timeout
+
+ +
+
+ +
+
+
+
+
Process group FlowFile concurrency
+
+
+
+
+ +
+
+
+
Process group outbound policy
+
+
+
+
+ +
-
-
Stateless Flow Timeout
-
- +
+
+
Default FlowFile Expiration +
+
+
+ +
+
+ +
-
- +
+
Default Back Pressure Object Threshold +
+
+
+ +
+
+ +
+
+
+
Default Back Pressure Data Size Threshold +
+
+
+ +
+
+ +
+
+
+
Log File Suffix +
+
+
+ +
+
+ +
-
-
Process group FlowFile concurrency
-
-
-
-
- -
+
+
+
Process group comments
+
+
-
-
Process group outbound policy
-
-
-
-
- -
-
-
-
Default FlowFile Expiration
-
- -
-
- -
-
-
-
Default Back Pressure Object Threshold
-
- -
-
- -
-
-
-
Default Back Pressure Data Size Threshold
-
- -
-
- -
-
-
-
Log File Suffix -
-
-
- -
-
- -
-
-
-
Process group comments
-
- -
-
- -
+
+
+
-
-
Apply
-
-
+
+
Apply
+
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/process-group-configuration.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/process-group-configuration.css index ca0b80f8eb..1059af3956 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/process-group-configuration.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/process-group-configuration.css @@ -76,6 +76,14 @@ /* general */ +#general-process-group-configuration div.settings-columns { + display: flex; +} + +#general-process-group-configuration div.settings-columns .settings-column { + margin-right: 50px; +} + #general-process-group-configuration input, #general-process-group-configuration textarea { width: 350px; vertical-align: middle; @@ -83,11 +91,9 @@ #process-group-parameter-context-combo { width: 328px; - float: left; } #parameter-contexts-recursive-container { - float: left; margin-left: 10px; } @@ -126,6 +132,7 @@ #process-group-comments { height: 100px; + width: 750px; } #read-only-process-group-comments {