Deliver centralized role management feature
[portal.git] / ecomp-portal-FE-os / client / src / views / applications / applications.tpl.html
index edded4b..6016a2b 100644 (file)
@@ -42,7 +42,7 @@
                                        <table>
                                                <thead b2b-table-row type="header">
                                                                <th b2b-table-header id="col1" sortable="false" >Thumbnail</th>
-                                                               <th b2b-table-header id="col2" key="name" sortable="true" >Application Name</th>
+                                                               <th b2b-table-header id="col2" key="name" sortable="true" default-sort="a">Application Name</th>
                                                                <th b2b-table-header id="col3" sortable="false" >Active?</th>
                                                                <th b2b-table-header id="col4" sortable="false" >Integration Type</th>
                                                                <th b2b-table-header id="col5" sortable="false" >Guest Access</th>
@@ -51,6 +51,8 @@
                                    <th b2b-table-header id="app-header-Topic" sortable="false">Communication Topic</th>
                                    <th b2b-table-header id="app-header-CommKey" sortable="false">Communication Key</th>
                                    <th b2b-table-header id="app-header-Secret" sortable="false">Communication Secret</th>
+                                   <th b2b-table-header id="app-header-namespace" sortable="false">Application Namespace</th>
+                                   <th b2b-table-header id="app-header-central-auth" sortable="false">Central Auth Access</th>  
                                    <th b2b-table-header id="app-header-delete" sortable="false">Delete</th>                                                                
                                                        </tr>
                                                </thead>
@@ -68,7 +70,9 @@
                                                        <td b2b-table-body headers="rowheader_t1_{{$index}} col11" ng-click="apps.openAddNewAppModal(rowData)"ng-bind="rowData.uebTopicName"></td>      
                                        <td b2b-table-body headers="rowheader_t1_{{$index}} col12" ng-click="apps.openAddNewAppModal(rowData)"ng-bind="rowData.uebKey"></td>    
                                                <td b2b-table-body headers="rowheader_t1_{{$index}} col13" ng-click="apps.openAddNewAppModal(rowData)"ng-bind="rowData.uebSecret"></td> 
-                                                       <td b2b-table-body headers="rowheader_t1_{{$index}} col14" >
+                                                       <td b2b-table-body headers="rowheader_t1_{{$index}} col14" ng-click="apps.openAddNewAppModal(rowData)"ng-bind="rowData.nameSpace"></td> 
+                                               <td b2b-table-body headers="rowheader_t1_{{$index}} col15" ng-click="apps.openAddNewAppModal(rowData)">{{(rowData.isCentralAuth) ? 'yes' : 'no'}}</td>  
+                                                       <td b2b-table-body headers="rowheader_t1_{{$index}} col16" >
                                                                <span class="icon-misc-trash" ng-click="apps.deleteApp(rowData)"></span>
                                                        </td>           
                                                        </tr>
@@ -78,4 +82,4 @@
             </div>
         </div>
     </div>
-</div>
\ No newline at end of file
+</div>