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 4fb86d7  NIFI-8428 - increased actions column width for controller 
services
4fb86d7 is described below

commit 4fb86d79e48781deb45ca78c6d95f060d7d9cd18
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Apr 14 15:13:51 2021 +0200

    NIFI-8428 - increased actions column width for controller services
    
    This closes #5000
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../src/main/webapp/js/nf/canvas/nf-controller-services.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-controller-services.js
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-controller-services.js
index fe53c09..df6f50b 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-controller-services.js
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-controller-services.js
@@ -1037,8 +1037,8 @@
                 resizable: false,
                 formatter: controllerServiceActionFormatter,
                 sortable: false,
-                width: 90,
-                maxWidth: 90
+                width: 115,
+                maxWidth: 115
             });
 
         // initialize the dataview

Reply via email to