Take 'contact us' url from configuration
[vid.git] / epsdk-app-onap / src / main / webapp / WEB-INF / jsp / welcome.jsp
index 479459f..8c9c39e 100755 (executable)
    The VID user can also search for, and display, existing service instances and direct the instantiation of \r
    subsequent instance components.\r
      <br><br>\r
+    <%\r
+        String contactUsUrl = SystemProperties.getProperty(VidProperties.HOMEPAGE_CONTACT_US_URL);\r
+    %>\r
   \r
-    <h1 class="heading1"><a href="mailto:portal@lists.onap.org" target="_top">Contact Us</a></h1>\r
-    <a href="mailto:portal@lists.onap.org" target="_top">Please click here to contact us.</a>\r
+    <h1 class="heading1"><a href="<%=contactUsUrl%>" target="_top">Contact Us</a></h1>\r
+    <a href="<%=contactUsUrl%>" target="_top">Please click here to contact us.</a>\r
     <%\r
         if (Features.FLAG_ADD_MSO_TESTAPI_FIELD.isActive()) {\r
 \r