From 89498fdaf633640c04f9179e0d1514a89f36a18e Mon Sep 17 00:00:00 2001 From: Sudarshan Kumar Date: Thu, 12 Dec 2019 18:36:51 +0530 Subject: Added Contact-Us Component and Service Added Contact-Us Component and Service Issue-ID: PORTAL-795 Change-Id: Iee3fc35385aada55ab37a809a55b0ba254d84c89 Signed-off-by: Sudarshan Kumar --- .../app/pages/contact-us/contact-us.component.html | 163 +++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 portal-FE-common/src/app/pages/contact-us/contact-us.component.html (limited to 'portal-FE-common/src/app/pages/contact-us/contact-us.component.html') diff --git a/portal-FE-common/src/app/pages/contact-us/contact-us.component.html b/portal-FE-common/src/app/pages/contact-us/contact-us.component.html new file mode 100644 index 00000000..5930c382 --- /dev/null +++ b/portal-FE-common/src/app/pages/contact-us/contact-us.component.html @@ -0,0 +1,163 @@ + +
+
+

Contact Us

+
+ +
+
+
+
+ + To report an issue with ECOMP Portal, open a ticket at the + User Self Help system. +
+
+ +
+ + To give feedback to the ECOMP Portal team, send email to + {{portalInfo_Address}}. +
+
+ +
+ + To learn more about ECOMP Portal, visit the + ECOMP Portal wiki (may need to request access). +
+
+ + +
Application Functions +
+
+ + + + + + + + + + + + + + + + + + + + + +
Category {{element.category}} + ECOMP Functions {{element.functions}} ECOMP Applications + + {{element.app_Name}} + +
+
+

+ + +
+
All Applications

+
+
+
+
+
+ {{rowData.app_name}} +    + + +    + + + + + +
+
+
+ + No application information is available. Please use the links above to contact the ECOMP Portal team. + +
+
+ + + + + + + + + + + + + + + + + + + + + +
Contact:{{rowData.contact_name}}
Email:{{rowData.contact_email}}
Info URL:{{rowData.url_Info}}
Description:{{rowData.desc}}
Get access:Click for application and role information
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file -- cgit 1.2.3-korg