From 3b12c6e9b5d2885244b7b1fb6c016ad8999e3cf2 Mon Sep 17 00:00:00 2001 From: Rina Roi Date: Tue, 30 Jul 2019 12:31:51 +0300 Subject: Take 'contact us' url from configuration Issue-ID: VID-541 Signed-off-by: Rina Roi Change-Id: Ia7d829c20a8689f7aab737ea83ed420b6c3448a3 --- epsdk-app-onap/src/main/webapp/WEB-INF/jsp/welcome.jsp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/jsp') diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/welcome.jsp b/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/welcome.jsp index 479459f09..8c9c39ed8 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/welcome.jsp +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/welcome.jsp @@ -22,9 +22,12 @@ The VID user can also search for, and display, existing service instances and direct the instantiation of subsequent instance components.

+ <% + String contactUsUrl = SystemProperties.getProperty(VidProperties.HOMEPAGE_CONTACT_US_URL); + %> -

Contact Us

- Please click here to contact us. +

Contact Us

+ Please click here to contact us. <% if (Features.FLAG_ADD_MSO_TESTAPI_FIELD.isActive()) { -- cgit 1.2.3-korg