This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new a1c82a6  NIFI-7361 - increase actions column width for reporting tasks
a1c82a6 is described below

commit a1c82a66a1705c12c7917b232a7f85dc93981143
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Apr 15 13:31:41 2020 +0200

    NIFI-7361 - increase actions column width for reporting tasks
    
    This closes #4214
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-settings.js  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-settings.js
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-settings.js
index c2533f0..53af57a 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-settings.js
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-settings.js
@@ -1163,8 +1163,8 @@
             resizable: false,
             formatter: reportingTaskActionFormatter,
             sortable: false,
-            width: 90,
-            maxWidth: 90
+            width: 115,
+            maxWidth: 115
         });
 
         // initialize the dataview

Reply via email to