From ce7d99edfb358892c845247f723952f9897ef0f9 Mon Sep 17 00:00:00 2001 From: otavard Date: Mon, 6 Jan 2020 13:21:01 +0100 Subject: [PATCH] regression fix MCF UI link in simplified mode --- .../src/main/webapp/admin/ajax/js/mcfSimplified.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datafari-webapp/src/main/webapp/admin/ajax/js/mcfSimplified.js b/datafari-webapp/src/main/webapp/admin/ajax/js/mcfSimplified.js index 932f384e8..fd9607315 100755 --- a/datafari-webapp/src/main/webapp/admin/ajax/js/mcfSimplified.js +++ b/datafari-webapp/src/main/webapp/admin/ajax/js/mcfSimplified.js @@ -309,7 +309,7 @@ function addFilerConnector() { jobStarted = " and started"; } var getUrl = window.location; - var mcfUrl = "@GET-MCF-IP@"; + var mcfUrl = "/datafari-mcf-crawler-ui/index.jsp?p=showjobstatus.jsp"; $("#addFilerMessageSuccess").html( "Job " + data.job_id + " created" + jobStarted + " ! Based on your configuration, it may not crawl immediately.\n Check the status in the Datafari connectors status page"); @@ -367,7 +367,7 @@ function addWebConnector() { jobStarted = " and started"; } var getUrl = window.location; - var mcfUrl = "@GET-MCF-IP@"; + var mcfUrl = "/datafari-mcf-crawler-ui/index.jsp?p=showjobstatus.jsp"; $("#addWebMessageSuccess").html( "Job " + data.job_id + " created" + jobStarted + " ! Based on your configuration, it may not crawl immediately.\n Check the status in the Datafari connectors status page");