You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pw...@apache.org on 2019/07/25 19:54:19 UTC

[nifi] branch master updated: NIFI-6455 - Fix issue preventing scrolling all the way to the bottom of certain tables. (#3591)

This is an automated email from the ASF dual-hosted git repository.

pwicks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new 7dda04e  NIFI-6455 - Fix issue preventing scrolling all the way to the bottom of certain tables. (#3591)
7dda04e is described below

commit 7dda04e8951228992681538ef3cca4eb99fce026
Author: Rob Fellows <ro...@gmail.com>
AuthorDate: Thu Jul 25 15:54:13 2019 -0400

    NIFI-6455 - Fix issue preventing scrolling all the way to the bottom of certain tables. (#3591)
    
    This closes #3591.
    
    Signed-off-by: Peter Wicks <pa...@gmail.com>
---
 .../nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/package.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/package.json b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/package.json
index 9a8ed11..b45e1a1 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/package.json
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/package.json
@@ -38,7 +38,7 @@
     "url-search-params": "0.6.1",
     "jsonlint": "1.6.2",
     "qtip2": "3.0.3",
-    "slickgrid": "2.3.3"
+    "slickgrid": "2.3.23"
   },
   "repository": {
     "type": "git",