You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sc...@apache.org on 2021/11/01 19:30:27 UTC

[nifi] branch main updated: NIFI-9354 Removed material-design-icons from Registry

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

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


The following commit(s) were added to refs/heads/main by this push:
     new f01fb17  NIFI-9354 Removed material-design-icons from Registry
f01fb17 is described below

commit f01fb175553e0d2825e9802f902d116434ead504
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Sat Oct 30 19:49:03 2021 -0500

    NIFI-9354 Removed material-design-icons from Registry
    
    - Registry bootstrap imports Material Icons font from covalent/core instead of material-design-icons
    
    This closes #5500
    
    Signed-off-by: Scott Aslan <sc...@gmail.com>
---
 .../nifi-registry-web-ui/src/main/package-lock.json                  | 5 -----
 .../nifi-registry-core/nifi-registry-web-ui/src/main/package.json    | 1 -
 2 files changed, 6 deletions(-)

diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package-lock.json b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package-lock.json
index 5d76bc8..d520839 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package-lock.json
+++ b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package-lock.json
@@ -10949,11 +10949,6 @@
                 "escape-string-regexp": "^1.0.4"
             }
         },
-        "material-design-icons": {
-            "version": "3.0.1",
-            "resolved": "https://registry.npmjs.org/material-design-icons/-/material-design-icons-3.0.1.tgz",
-            "integrity": "sha1-mnHEh0chjrylHlGmbaaCA4zct78="
-        },
         "mathml-tag-names": {
             "version": "2.1.3",
             "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package.json b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package.json
index ac6466c..5261502 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package.json
+++ b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package.json
@@ -60,7 +60,6 @@
         "font-awesome": "4.7.0",
         "hammerjs": "2.0.8",
         "jquery": "3.5.1",
-        "material-design-icons": "3.0.1",
         "moment": "2.22.1",
         "npm-force-resolutions": "0.0.3",
         "querystring": "0.2.0",