From ebcb1cc0d5935d8325121a16fdc01bfcc1a7790e Mon Sep 17 00:00:00 2001 From: Matt Gilman Date: Thu, 30 Sep 2021 13:03:26 -0400 Subject: [PATCH] NIFI-9214: - Migrating away from forceFitColumns which is deprecated. Updating to use the same strategy in the new configuration which will prevent the warning logs to the console. This closes #5428 Signed-off-by: Scott Aslan --- .../propertytable/jquery.propertytable.js | 2 +- .../components/nf-ng-processor-component.js | 4 +-- .../webapp/js/nf/canvas/nf-component-state.js | 4 +-- .../js/nf/canvas/nf-controller-services.js | 2 +- .../webapp/js/nf/canvas/nf-flow-version.js | 4 +-- .../js/nf/canvas/nf-parameter-contexts.js | 4 +-- .../js/nf/canvas/nf-policy-management.js | 2 +- .../webapp/js/nf/canvas/nf-queue-listing.js | 4 +-- .../main/webapp/js/nf/canvas/nf-settings.js | 2 +- .../js/nf/canvas/nf-variable-registry.js | 2 +- .../webapp/js/nf/cluster/nf-cluster-table.js | 4 +-- .../js/nf/counters/nf-counters-table.js | 4 +-- .../webapp/js/nf/history/nf-history-table.js | 2 +- .../js/nf/provenance/nf-provenance-table.js | 4 +-- .../webapp/js/nf/summary/nf-summary-table.js | 28 +++++++++---------- .../js/nf/templates/nf-templates-table.js | 4 +-- .../main/webapp/js/nf/users/nf-users-table.js | 4 +-- .../src/main/webapp/js/application.js | 4 +-- 18 files changed, 42 insertions(+), 42 deletions(-) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js index 209ce82522..b3078829cf 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js @@ -1423,7 +1423,7 @@ }); var propertyConfigurationOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/header/components/nf-ng-processor-component.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/header/components/nf-ng-processor-component.js index 5caa13186d..25993558a4 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/header/components/nf-ng-processor-component.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/header/components/nf-ng-processor-component.js @@ -344,7 +344,7 @@ ]; var processorTypesOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -844,4 +844,4 @@ var processorComponent = new ProcessorComponent(); return processorComponent; }; -})); \ No newline at end of file +})); diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-component-state.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-component-state.js index 29f8b6e008..4e75ca378f 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-component-state.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-component-state.js @@ -332,7 +332,7 @@ }); var componentStateOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: false, enableColumnReorder: false, @@ -432,4 +432,4 @@ }).fail(nfErrorHandler.handleAjaxError); } }; -})); \ No newline at end of file +})); 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 df6f50b1a5..35ecd7ef8a 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 @@ -94,7 +94,7 @@ }; var gridOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-flow-version.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-flow-version.js index 7d62a275fd..f062ce4bf1 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-flow-version.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-flow-version.js @@ -71,7 +71,7 @@ var serverTimeOffset = null; var gridOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -1991,4 +1991,4 @@ }); } }; -})); \ No newline at end of file +})); diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js index cae8a55bb6..7e203bdef5 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js @@ -93,7 +93,7 @@ }; var parameterContextsGridOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -103,7 +103,7 @@ }; var parametersGridOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-policy-management.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-policy-management.js index 5bcc4b6612..a5874d2c07 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-policy-management.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-policy-management.js @@ -661,7 +661,7 @@ } var usersOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-queue-listing.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-queue-listing.js index 7aeb3e55fd..135463ff46 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-queue-listing.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-queue-listing.js @@ -596,7 +596,7 @@ }); var queueListingOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: false, enableColumnReorder: false, @@ -775,4 +775,4 @@ }; return nfQueueListing; -})); \ No newline at end of file +})); 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 53af57a926..9e5f188582 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 @@ -90,7 +90,7 @@ }; var gridOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-variable-registry.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-variable-registry.js index 3b5d930836..4c8a2b2c70 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-variable-registry.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-variable-registry.js @@ -331,7 +331,7 @@ }; var gridOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/cluster/nf-cluster-table.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/cluster/nf-cluster-table.js index f90cd3ab8c..214fe26132 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/cluster/nf-cluster-table.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/cluster/nf-cluster-table.js @@ -68,7 +68,7 @@ }; var commonTableOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: false, enableColumnReorder: false, @@ -1681,4 +1681,4 @@ }; return nfClusterTable; -})); \ No newline at end of file +})); diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/counters/nf-counters-table.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/counters/nf-counters-table.js index 81577f42c8..6781cf5628 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/counters/nf-counters-table.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/counters/nf-counters-table.js @@ -230,7 +230,7 @@ } var countersOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: false, enableColumnReorder: false, @@ -345,4 +345,4 @@ }).fail(nfErrorHandler.handleAjaxError); } }; -})); \ No newline at end of file +})); diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/history/nf-history-table.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/history/nf-history-table.js index efab6edbd0..dd40e1afdf 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/history/nf-history-table.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/history/nf-history-table.js @@ -368,7 +368,7 @@ ]; var historyOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: false, enableColumnReorder: false, diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/provenance/nf-provenance-table.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/provenance/nf-provenance-table.js index 6973691012..cfb48eb718 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/provenance/nf-provenance-table.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/provenance/nf-provenance-table.js @@ -691,7 +691,7 @@ } var provenanceOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -1491,4 +1491,4 @@ }; return nfProvenanceTable; -})); \ No newline at end of file +})); diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/summary/nf-summary-table.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/summary/nf-summary-table.js index 0bb87cfd20..294255ba63 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/summary/nf-summary-table.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/summary/nf-summary-table.js @@ -544,7 +544,7 @@ // initialize the templates table var processorsOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -715,7 +715,7 @@ // initialize the options for the cluster processors table var clusterProcessorsOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -881,7 +881,7 @@ // initialize the templates table var connectionsOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -1024,7 +1024,7 @@ // initialize the options for the cluster processors table var clusterConnectionsOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -1217,7 +1217,7 @@ // initialize the templates table var processGroupsOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -1388,7 +1388,7 @@ // initialize the options for the cluster processors table var clusterProcessGroupsOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -1473,7 +1473,7 @@ // initialize the input ports table var inputPortsOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -1635,7 +1635,7 @@ // initialize the options for the cluster input port table var clusterInputPortsOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -1720,7 +1720,7 @@ // initialize the input ports table var outputPortsOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -1882,7 +1882,7 @@ // initialize the options for the cluster output port table var clusterOutputPortsOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -2023,7 +2023,7 @@ // initialize the remote process groups table var remoteProcessGroupsOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -2189,7 +2189,7 @@ // initialize the options for the cluster remote process group table var clusterRemoteProcessGroupsOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: false, enableColumnReorder: false, @@ -2559,7 +2559,7 @@ addGarbageCollection(garbageCollectionContainer, garbageCollection); }); } - + // uptime $('#uptime').text(aggregateSnapshot.uptime); @@ -3406,4 +3406,4 @@ }).fail(nfErrorHandler.handleAjaxError); } }; -})); \ No newline at end of file +})); diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/templates/nf-templates-table.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/templates/nf-templates-table.js index 19919bc1cb..6a5a77c3d8 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/templates/nf-templates-table.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/templates/nf-templates-table.js @@ -331,7 +331,7 @@ ]; var templatesOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: false, enableColumnReorder: false, @@ -447,4 +447,4 @@ }).fail(nfErrorHandler.handleAjaxError); } }; -})); \ No newline at end of file +})); diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/users/nf-users-table.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/users/nf-users-table.js index b10385b7b9..1503821925 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/users/nf-users-table.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/users/nf-users-table.js @@ -721,7 +721,7 @@ } var userPoliciesOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, @@ -886,7 +886,7 @@ ]; var usersOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableTextSelectionOnCells: true, enableCellNavigation: true, enableColumnReorder: false, diff --git a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/src/main/webapp/js/application.js b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/src/main/webapp/js/application.js index 4fb528a122..5056113b3d 100644 --- a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/src/main/webapp/js/application.js +++ b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/src/main/webapp/js/application.js @@ -719,7 +719,7 @@ var ua = { ]; var conditionsOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableCellNavigation: true, enableColumnReorder: false, enableAddRow: false, @@ -808,7 +808,7 @@ var ua = { {id: "value", name: "Value", field: "value", sortable: true, cssClass: 'pointer', editor: ua.getNfelEditor, validator: ua.requiredFieldValidator} ]; var actionsOptions = { - forceFitColumns: true, + autosizeColsMode: Slick.GridAutosizeColsMode.LegacyForceFit, enableCellNavigation: true, enableColumnReorder: false, enableAddRow: false,