NIFI-8428 - increased actions column width for controller services

This closes #5000

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Pierre Villard 2021-04-14 15:13:51 +02:00 committed by exceptionfactory
parent 2fb05cd8dc
commit 4fb86d79e4
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 2 additions and 2 deletions

View File

@ -1037,8 +1037,8 @@
resizable: false, resizable: false,
formatter: controllerServiceActionFormatter, formatter: controllerServiceActionFormatter,
sortable: false, sortable: false,
width: 90, width: 115,
maxWidth: 90 maxWidth: 115
}); });
// initialize the dataview // initialize the dataview