|
|
@ -273,6 +273,7 @@
|
|
|
|
<th style="padding: 12px;">Compliance Status</th>
|
|
|
|
<th style="padding: 12px;">Compliance Status</th>
|
|
|
|
<th style="padding: 12px;">Organization</th>
|
|
|
|
<th style="padding: 12px;">Organization</th>
|
|
|
|
<th style="padding: 12px;">BD</th>
|
|
|
|
<th style="padding: 12px;">BD</th>
|
|
|
|
|
|
|
|
<th style="padding: 12px;">Compliance Manager</th>
|
|
|
|
<th style="padding: 12px;" ng-if="'client_detail_by_moniker'|withFunc">Operation
|
|
|
|
<th style="padding: 12px;" ng-if="'client_detail_by_moniker'|withFunc">Operation
|
|
|
|
</th>
|
|
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
@ -319,6 +320,7 @@
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td ng-bind="partner.org_name"></td>
|
|
|
|
<td ng-bind="partner.org_name"></td>
|
|
|
|
<td ng-bind="partner.bd_user_name"></td>
|
|
|
|
<td ng-bind="partner.bd_user_name"></td>
|
|
|
|
|
|
|
|
<td ng-bind="partner.operator"></td>
|
|
|
|
<td ng-if="'client_detail_by_moniker'|withFunc">
|
|
|
|
<td ng-if="'client_detail_by_moniker'|withFunc">
|
|
|
|
<a class="text-primary" role="button" title="Detail"
|
|
|
|
<a class="text-primary" role="button" title="Detail"
|
|
|
|
ui-sref="partners.detail({clientMoniker:partner.client_moniker})">
|
|
|
|
ui-sref="partners.detail({clientMoniker:partner.client_moniker})">
|
|
|
|