Modify html label to support multi-language
[portal.git] / ecomp-portal-FE-common / client / app / views / account-onboarding / account-onboarding.tpl.html
index 2dd4f98..eb3d4ae 100644 (file)
@@ -39,7 +39,7 @@
        <div class="w-ecomp-main-container">
                <div class="account-onboarding" id="page-content">
                        <div id="account-onboarding-title" class="w-ecomp-main-view-title">
-                               <h1 class="heading-page" >App Account Management</h1>
+                               <h1 class="heading-page" >{{'App Account Management'|T}}</h1>
                        </div>
                        <div class="account-table">
                                <div class="table-control">
@@ -48,8 +48,7 @@
                                                <button class="btn btn-alt btn-small"
                                                        id="account-onboarding-button-add"
                                                        ng-click="accountOnboarding.openAddNewAccountModal()">
-                                                       <i class="icon-people-userbookmark" aria-hidden="true"></i>&nbsp;Add
-                                                       Account
+                                                       <i class="icon-people-userbookmark" aria-hidden="true"></i>&nbsp;{{'Add Account'|T}}
                                                </button>
                                        </div>
 
@@ -67,8 +66,8 @@
                                                                                        b2b-table-header key="{{header.value}}"
                                                                                        sortable="{{header.isSortable}}">{{header.name}}</th>
 
-                                                                               <th id="account-catalog-th-header-endpoints" b2b-table-header
-                                                                                       key="endpoints" sortable="false">Endpoints</th>
+                                                                               <!-- <th id="account-catalog-th-header-endpoints" b2b-table-header
+                                                                                       key="endpoints" sortable="false">Endpoints</th> -->
 
                                                                                <th id="account-catalog-th-header-delete" b2b-table-header
                                                                                        sortable="false">Delete</th>
@@ -85,7 +84,7 @@
                                                                                                ng-bind="rowData[header.value]"></div>
                                                                                </td>
 
-                                                                               <td b2b-table-body
+                                                                               <!-- <td b2b-table-body
                                                                                        ng-click="accountOnboarding.openAddNewAccountModal(rowData)">
                                                                                        <div ng-show="rowData.endpoints.length > 0">
                                                                                                <div ng-repeat="row in rowData.endpoints">
@@ -95,7 +94,7 @@
                                                                                        </div>
                                                                                        <div ng-hide="rowData.endpoints.length > 0">All
                                                                                                endpoints</div>
-                                                                               </td>
+                                                                               </td> -->
 
                                                                                <td b2b-table-body>
                                                                                        <div id="account-onboarding-div-delete-{{$index}}"