You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by mo...@apache.org on 2020/08/04 13:35:11 UTC

[knox] branch master updated: KNOX-2435 Fix NiFi and NiFi Registry UI links in Knox UI (#368)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b7caa77  KNOX-2435 Fix NiFi and NiFi Registry UI links in Knox UI (#368)
b7caa77 is described below

commit b7caa778aefe2e757d65280b72d5f583ad0521b8
Author: vbrodetskyi <vb...@cybervisiontech.com>
AuthorDate: Tue Aug 4 16:35:03 2020 +0300

    KNOX-2435 Fix NiFi and NiFi Registry UI links in Knox UI (#368)
---
 .../src/main/resources/services/nifi-registry/0.5.0/service.xml         | 2 +-
 .../src/main/resources/services/nifi/1.4.0/service.xml                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gateway-service-definitions/src/main/resources/services/nifi-registry/0.5.0/service.xml b/gateway-service-definitions/src/main/resources/services/nifi-registry/0.5.0/service.xml
index dad1e65..49175f6 100644
--- a/gateway-service-definitions/src/main/resources/services/nifi-registry/0.5.0/service.xml
+++ b/gateway-service-definitions/src/main/resources/services/nifi-registry/0.5.0/service.xml
@@ -17,7 +17,7 @@
 <service role="NIFI-REGISTRY" name="nifi-registry" version="0.5.0">
     <metadata>
         <type>UI</type>
-        <context>/nifi-registry-app</context>
+        <context>/nifi-registry-app/nifi-registry</context>
         <shortDesc>Nifi Registry UI</shortDesc>
         <description>Registry — a subproject of Apache NiFi — is a complementary application that provides a central location for storage and management of shared resources across one or more instances of NiFi and/or MiNiFi.</description>
     </metadata>
diff --git a/gateway-service-definitions/src/main/resources/services/nifi/1.4.0/service.xml b/gateway-service-definitions/src/main/resources/services/nifi/1.4.0/service.xml
index 89a6ead..613e663 100644
--- a/gateway-service-definitions/src/main/resources/services/nifi/1.4.0/service.xml
+++ b/gateway-service-definitions/src/main/resources/services/nifi/1.4.0/service.xml
@@ -17,7 +17,7 @@
 <service role="NIFI" name="nifi" version="1.4.0">
     <metadata>
         <type>UI</type>
-        <context>/nifi-app</context>
+        <context>/nifi-app/nifi</context>
         <shortDesc>Nifi UI</shortDesc>
         <description>Apache NiFi supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic.</description>
     </metadata>