mirror of https://github.com/apache/nifi.git
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:
parent
2fb05cd8dc
commit
4fb86d79e4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue