From 4fb86d79e48781deb45ca78c6d95f060d7d9cd18 Mon Sep 17 00:00:00 2001 From: Pierre Villard Date: Wed, 14 Apr 2021 15:13:51 +0200 Subject: [PATCH] NIFI-8428 - increased actions column width for controller services This closes #5000 Signed-off-by: David Handermann --- .../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 fe53c09a44..df6f50b1a5 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