summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/app/pages/contact-us/contact-us-manage/contact-us-manage.component.html
diff options
context:
space:
mode:
authorSudarshan Kumar <sudarshan.kumar@att.com>2020-01-29 15:37:27 +0530
committerSudarshan Kumar <sudarshan.kumar@att.com>2020-01-29 15:40:55 +0530
commite08934d7ee33d6a22ce746e6e9a2270d87115345 (patch)
tree462d19a732f4090f2b004689180b449a78d85664 /portal-FE-common/src/app/pages/contact-us/contact-us-manage/contact-us-manage.component.html
parent602630618626d0ca1fd5fe6ac4f3347029bfd4c7 (diff)
Added service components
Added service components and removed all att or ecomp references Issue-ID: PORTAL-795 Change-Id: I71d47098d514cd70dad2d765799b38a54c091b9d Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'portal-FE-common/src/app/pages/contact-us/contact-us-manage/contact-us-manage.component.html')
-rw-r--r--portal-FE-common/src/app/pages/contact-us/contact-us-manage/contact-us-manage.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/portal-FE-common/src/app/pages/contact-us/contact-us-manage/contact-us-manage.component.html b/portal-FE-common/src/app/pages/contact-us/contact-us-manage/contact-us-manage.component.html
index 0d710f98..02dd70cb 100644
--- a/portal-FE-common/src/app/pages/contact-us/contact-us-manage/contact-us-manage.component.html
+++ b/portal-FE-common/src/app/pages/contact-us/contact-us-manage/contact-us-manage.component.html
@@ -46,11 +46,11 @@
<!--Modal Body goes here-->
<div class="modal-body">
- <div class="c-ecomp-portal-abs-table contactus-manage-table">
+ <div class="c-onap-portal-abs-table contactus-manage-table">
<table b2b-table id="table-main" table-data="contactUsList" current-page="ignoredCurrentPage">
<thead b2b-table-row type="header">
<tr>
- <th id="th-users-0" b2b-table-header key="ecomp_function" default-sort="a">App Name</th>
+ <th id="th-users-0" b2b-table-header key="onap_function" default-sort="a">App Name</th>
<th id="th-users-1" b2b-table-header key="app_name" sortable="true">Contact Name</th>
<th id="th-users-2" b2b-table-header key="app_name" sortable="true">Contact Email</th>
<th id="th-users-3" b2b-table-header key="role_name" sortable="true">Contact URL</th>